diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-03-20 05:55:02 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-04 02:55:18 -0400 |
commit | 5f0bc7a9eec7e562be82b90bffee7a5370d38517 (patch) | |
tree | a23ebaf5ec9dd15d7c8cf7eb2603032b45c08ff8 | |
parent | b4f889208ffbd425ff1cb9ddcaf8483a3b91cd6a (diff) |
OMAPDSS: add missing __init for dss_init_ports
dss_init_ports() is missing __init, so fix that.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/video/omap2/dss/dss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/dss.c b/drivers/video/omap2/dss/dss.c index 32b4ff0606ab..825c019ddee7 100644 --- a/drivers/video/omap2/dss/dss.c +++ b/drivers/video/omap2/dss/dss.c | |||
@@ -774,7 +774,7 @@ static int __init dss_init_features(struct platform_device *pdev) | |||
774 | return 0; | 774 | return 0; |
775 | } | 775 | } |
776 | 776 | ||
777 | static int dss_init_ports(struct platform_device *pdev) | 777 | static int __init dss_init_ports(struct platform_device *pdev) |
778 | { | 778 | { |
779 | struct device_node *parent = pdev->dev.of_node; | 779 | struct device_node *parent = pdev->dev.of_node; |
780 | struct device_node *port; | 780 | struct device_node *port; |