Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 602024
Collapse All | Expand All

(-)work/nvidiabl-0.87/nvidiabl-models.c.orig (-1 / +1 lines)
Lines 334-340 Link Here
334
 * The list of supported devices was primarily taken from NvClock,
334
 * The list of supported devices was primarily taken from NvClock,
335
 * but only contains the mobile chips.
335
 * but only contains the mobile chips.
336
 */
336
 */
337
DEFINE_PCI_DEVICE_TABLE(nvidiabl_device_table) = {
337
const struct pci_device_id nvidiabl_device_table[] = {
338
338
339
#include "nvidiabl-gpu.h"
339
#include "nvidiabl-gpu.h"
340
  
340
  
(-)work/nvidiabl-0.87/nvidiabl-models.h.orig (-2 / +2 lines)
Lines 21-26 Link Here
21
21
22
extern void nvidiabl_force_model(struct driver_data **driver_data);
22
extern void nvidiabl_force_model(struct driver_data **driver_data);
23
23
24
extern DEFINE_PCI_DEVICE_TABLE(nvidiabl_device_table);
24
extern const struct pci_device_id nvidiabl_device_table[];
25
25
26
#endif
26
#endif

Return to bug 602024