Re: [PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE

2014-07-02 Thread Kishon Vijay Abraham I
Hi,

On Wednesday 02 July 2014 01:18 PM, Sjoerd Simons wrote:

Please add a commit log here describing what your patch does and why you need 
it.

Cheers
Kishon
> Signed-off-by: Sjoerd Simons 
> ---
>  drivers/phy/phy-samsung-usb2.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
> index 8a8c6bc..1e69a32 100644
> --- a/drivers/phy/phy-samsung-usb2.c
> +++ b/drivers/phy/phy-samsung-usb2.c
> @@ -107,6 +107,7 @@ static const struct of_device_id 
> samsung_usb2_phy_of_match[] = {
>  #endif
>   { },
>  };
> +MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
>  
>  static int samsung_usb2_phy_probe(struct platform_device *pdev)
>  {
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] drivers: phy: exynos4x12-phy: Add missing MODULE_DEVICE_TABLE

2014-07-02 Thread Sjoerd Simons
Signed-off-by: Sjoerd Simons 
---
 drivers/phy/phy-samsung-usb2.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/phy/phy-samsung-usb2.c b/drivers/phy/phy-samsung-usb2.c
index 8a8c6bc..1e69a32 100644
--- a/drivers/phy/phy-samsung-usb2.c
+++ b/drivers/phy/phy-samsung-usb2.c
@@ -107,6 +107,7 @@ static const struct of_device_id 
samsung_usb2_phy_of_match[] = {
 #endif
{ },
 };
+MODULE_DEVICE_TABLE(of, samsung_usb2_phy_of_match);
 
 static int samsung_usb2_phy_probe(struct platform_device *pdev)
 {
-- 
2.0.0

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html