In file included from drivers/usb/host/ohci-hcd.c:861:
drivers/usb/host/ohci-pci.c: In function 'ohci_pci_start':
drivers/usb/host/ohci-pci.c:174: error: parse error before 'else'
drivers/usb/host/ohci-pci.c:178: error: 'temp' undeclared (first use in this function)
drivers/usb/host/ohci-pci.c:178: error: (Each undeclared identifier is reported only once
drivers/usb/host/ohci-pci.c:178: error: for each function it appears in.)
drivers/usb/host/ohci-pci.c:189: error: 'pdev' undeclared (first use in this function)
drivers/usb/host/ohci-pci.c:168: warning: unused variable 'ret'
drivers/usb/host/ohci-pci.c: At top level:
drivers/usb/host/ohci-pci.c:194: warning: type defaults to 'int' in declaration of 'ret'
drivers/usb/host/ohci-pci.c:194: error: 'ohci' undeclared here (not in a function)
drivers/usb/host/ohci-pci.c:194: error: initializer element is not constant
drivers/usb/host/ohci-pci.c:194: warning: data definition has no type or storage class
drivers/usb/host/ohci-pci.c:195: error: parse error before 'if'
drivers/usb/host/ohci-pci.c:197: warning: type defaults to 'int' in declaration of 'ohci_stop'
drivers/usb/host/ohci-pci.c:197: warning: parameter names (without types) in function declaration
drivers/usb/host/ohci-pci.c:197: error: conflicting types for 'ohci_stop'
drivers/usb/host/ohci-hcd.c:745: error: previous definition of 'ohci_stop' was here
drivers/usb/host/ohci-pci.c:197: warning: data definition has no type or storage class
drivers/usb/host/ohci-pci.c:198: error: parse error before '}' token
drivers/usb/host/ohci-pci.c:266: warning: initialization from incompatible pointer type
make[3]: *** [drivers/usb/host/ohci-hcd.o] Fehler 1
make[2]: *** [drivers/usb/host] Fehler 2