[PATCH] sisusb: fix build (Re: 2.6.17-rc5-mm3: sisusbvga build failure)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, 4 Jun 2006 21:40:10 -0700 Barry K. Nathan wrote:

>   CC [M]  drivers/usb/misc/sisusbvga/sisusb.o
> In file included from drivers/usb/misc/sisusbvga/sisusb.c:57:
> drivers/usb/misc/sisusbvga/sisusb_init.h:222: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:228: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:237: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:275: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:307: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:375: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:434: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:693: error: array type has
> incomplete element type
> drivers/usb/misc/sisusbvga/sisusb_init.h:813: warning: 'struct
> SiS_Private' declared inside parameter list
> drivers/usb/misc/sisusbvga/sisusb_init.h:813: warning: its scope is
> only this definition or declaration, which is probably not what you
> want
> drivers/usb/misc/sisusbvga/sisusb_init.h:814: warning: 'struct
> SiS_Private' declared inside parameter list
> drivers/usb/misc/sisusbvga/sisusb_init.h:837: warning: 'struct
> vc_data' declared inside parameter list
> drivers/usb/misc/sisusbvga/sisusb.c:1339: error: static declaration of
> 'sisusb_setidxreg' follows non-static declaration
> drivers/usb/misc/sisusbvga/sisusb_init.h:819: error: previous
> declaration of 'sisusb_setidxreg' was here
> drivers/usb/misc/sisusbvga/sisusb.c:1351: error: static declaration of
> 'sisusb_getidxreg' follows non-static declaration
> drivers/usb/misc/sisusbvga/sisusb_init.h:821: error: previous
> declaration of 'sisusb_getidxreg' was here
> drivers/usb/misc/sisusbvga/sisusb.c:1364: error: static declaration of
> 'sisusb_setidxregandor' follows non-static declaration
> drivers/usb/misc/sisusbvga/sisusb_init.h:823: error: previous
> declaration of 'sisusb_setidxregandor' was here
> drivers/usb/misc/sisusbvga/sisusb.c:1395: error: static declaration of
> 'sisusb_setidxregor' follows non-static declaration
> drivers/usb/misc/sisusbvga/sisusb_init.h:825: error: previous
> declaration of 'sisusb_setidxregor' was here
> drivers/usb/misc/sisusbvga/sisusb.c:1404: error: static declaration of
> 'sisusb_setidxregand' follows non-static declaration
> drivers/usb/misc/sisusbvga/sisusb_init.h:827: error: previous
> declaration of 'sisusb_setidxregand' was here
> make[4]: *** [drivers/usb/misc/sisusbvga/sisusb.o] Error 1
> make[3]: *** [drivers/usb/misc/sisusbvga] Error 2
> make[2]: *** [drivers/usb/misc] Error 2
> make[1]: *** [drivers/usb] Error 2
> make: *** [drivers] Error 2

From: Randy Dunlap <[email protected]>

Fix build errors caused by missing header file.

Signed-off-by: Randy Dunlap <[email protected]>
---
 drivers/usb/misc/sisusbvga/sisusb.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2617-rc5mm3.orig/drivers/usb/misc/sisusbvga/sisusb.h
+++ linux-2617-rc5mm3/drivers/usb/misc/sisusbvga/sisusb.h
@@ -65,8 +65,8 @@
 #ifdef INCL_SISUSB_CON
 #include <linux/console.h>
 #include <linux/vt_kern.h>
-#include "sisusb_struct.h"
 #endif
+#include "sisusb_struct.h"
 
 /* USB related */
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux