__devinitdata seems to be obsolete in Linux 3.8

Signed-off-by: Sebastian Macke <[email protected]>
---
 drivers/video/ocfb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/ocfb.c b/drivers/video/ocfb.c
index d93c01b..36efdbf 100644
--- a/drivers/video/ocfb.c
+++ b/drivers/video/ocfb.c
@@ -52,7 +52,7 @@

 #define OCFB_NAME     "OC VGA/LCD"

-static char *mode_option __devinitdata = NULL;
+static char *mode_option = NULL;

 static const struct fb_videomode default_mode = {
     /* 640x480 @ 60 Hz, 31.5 kHz hsync */
--
1.7.5.4

_______________________________________________
Linux mailing list
[email protected]
http://lists.openrisc.net/listinfo/linux

Reply via email to