Home
last modified time | relevance | path

Searched hist:eb5589a8f0dab7e29021344228856339e6a1249c (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dgameport.hdiff 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 Duio_driver.hdiff 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 Dserio.hdiff 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 Dpci_hotplug.hdiff 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 Dssb.hdiff 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 Dbcma.hdiff 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>