]> git.karo-electronics.de Git - karo-tx-linux.git/commit
include: convert various register fcns to macros to avoid include chaining
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 13:02:11 +0000 (09:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 28 Jul 2011 04:27:07 +0000 (00:27 -0400)
commit29a28553e72528ba9d9ac7a0580a19f2421fe460
tree266bb3324490f44415391193b96fccc7f3cd59d4
parentf89ecb6ec08437276fde72f834cfa9191136b6b3
include: convert various register fcns to macros to avoid include chaining

The original implementations reference THIS_MODULE in an inline.
We could include <linux/export.h>, but it is better to avoid chaining.

Fortunately someone else already thought of this, and made a similar
inline into a #define in <linux/device.h> for device_schedule_callback(),
[see commit 523ded71de0] so follow that precedent here.

Also bubble up any __must_check that were used on the prev. wrapper inline
functions up one to the real __register functions, to preserve any prev.
sanity checks that were used in those instances.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/bcma/bcma.h
include/linux/device.h
include/linux/gameport.h
include/linux/hid.h
include/linux/i2c.h
include/linux/pci_hotplug.h
include/linux/serio.h
include/linux/ssb/ssb.h
include/linux/uio_driver.h
include/linux/usb.h
include/linux/uwb/umc.h