diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-18 13:12:49 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-09 11:36:05 -0500 |
commit | aad4f4000cecec9c80b5f9aff91043dc104d61a0 (patch) | |
tree | 26fcb531c54106ccf6548a156c2bb42f667fec9f /include/linux/kmod.h | |
parent | e250b34e57888ebe829a0b89cfa8ad303ad5ae74 (diff) |
PCI: Add helper macro for pci_register_driver boilerplate
This patch introduces the module_pci_driver macro which is a convenience
macro for PCI driver modules similar to module_platform_driver. It is
intended to be used by drivers which init/exit section does nothing but
register/unregister the PCI driver. By using this macro it is possible
to eliminate a few lines of boilerplate code per PCI driver.
Based on work done by Lars-Peter Clausen <lars@metafoo.de> for other
busses (i2c and spi).
Cc: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/kmod.h')
0 files changed, 0 insertions, 0 deletions