Bug 13059 - UIO specific device driver missing statement for depmod
Summary: UIO specific device driver missing statement for depmod
Status: CLOSED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: PCI (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_pci@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-10 13:32 UTC by Ronald
Modified: 2012-05-30 16:06 UTC (History)
1 user (show)

See Also:
Kernel Version: 2.6.24.7
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Ronald 2009-04-10 13:32:01 UTC
The module uio_cif.c is missing a statement like "MODULE_DEVICE_TABLE(pci, hilscher_pci_ids);".
Without it , depmod will not fill the modules.alias and modules.pcimap files with the used pic id's.

Note You need to log in before you can comment on or make changes to this bug.