dslinux/linux-2.6.x/drivers/video ndsfb.c

amadeus dslinux_amadeus at user.in-berlin.de
Fri Aug 25 12:32:12 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/video
In directory antilope:/tmp/cvs-serv31356/linux-2.6.x/drivers/video

Modified Files:
	ndsfb.c 
Log Message:
Fix compiler warning

Index: ndsfb.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/drivers/video/ndsfb.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ndsfb.c	23 Aug 2006 14:05:37 -0000	1.12
+++ ndsfb.c	25 Aug 2006 10:32:10 -0000	1.13
@@ -237,6 +237,7 @@
 	.fb_blank = ndsfb_blank
 };
 
+#if 0
 static irqreturn_t ndsfb_interrupt(int irq, void *dev_id, struct pt_regs *regs)
 {
 	struct fb_info *info = dev_get_drvdata(dev_id);
@@ -247,6 +248,7 @@
 
 	return IRQ_HANDLED;
 }
+#endif
 
     /*
      *  Internal routines




More information about the dslinux-commit mailing list