dans ton fichier .config a la racine des sources du noyau, commente
cette option CONFIG_QQCHOSE & lance "make oldconfig".
Il est fort probable que d'autres drivers vont peter. Le processus
est iteratif pour parvenir a un noyau final.
A propos, pour chacun des drivers fixes, envoie donc un mail au
mainteneur histoire qu'il fasse une integration correcte "if pci...".
A+
FiX
> istallion.c:434: elements of array `istallion_pci_tbl' have incomplete
> type
>
> istallion.c:435: `PCI_VENDOR_ID_STALLION' undeclared here (not in a
> function)
>
> istallion.c:435: warning: excess elements in struct initializer
> istallion.c:435: warning: (near initialization for `istallion_pci_tbl[0]')
> istallion.c:435: `PCI_DEVICE_ID_ECRA' undeclared here (not in a function)
> istallion.c:435: warning: excess elements in struct initializer
> istallion.c:435: warning: (near initialization for `istallion_pci_tbl[0]')
> istallion.c:435: `PCI_ANY_ID' undeclared here (not in a function)
> istallion.c:435: warning: excess elements in struct initializer
> istallion.c:435: warning: (near initialization for `istallion_pci_tbl[0]')
> istallion.c:435: `PCI_ANY_ID' undeclared here (not in a function)
> istallion.c:435: warning: excess elements in struct initializer
> istallion.c:435: warning: (near initialization for `istallion_pci_tbl[0]')
> istallion.c:437: invalid use of undefined type `struct pci_device_id'
> istallion.c:438: sizeof applied to an incomplete type
> make[3]: *** [istallion.o] Error 1
> ....
> Il y a une option PCI qui gène ?
> Une idée ?
> A+ Hervé