On 02/17/13 01:03, Sebastian Macke wrote:
__devinitdata seems to be obsolete in Linux 3.8


Signed-off-by: Sebastian Macke <[email protected]>

Thanks.  Applied to master.
/Jonas

---
 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 */

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

Reply via email to