Searched hist:eb5589a8f0dab7e29021344228856339e6a1249c (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | gameport.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | uio_driver.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | serio.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
H A D | pci_hotplug.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
/linux/include/linux/ssb/ |
H A D | ssb.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|
/linux/include/linux/bcma/ |
H A D | bcma.h | diff eb5589a8f0dab7e29021344228856339e6a1249c Fri May 27 15:02:11 CEST 2011 Paul Gortmaker <paul.gortmaker@windriver.com> 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>
|