ipack: remove use of __devinitconst
CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c5dee46c8f
commit
d79251f0fc
|
@ -229,8 +229,7 @@ void ipack_device_unregister(struct ipack_device *dev);
|
||||||
* in a generic manner.
|
* in a generic manner.
|
||||||
*/
|
*/
|
||||||
#define DEFINE_IPACK_DEVICE_TABLE(_table) \
|
#define DEFINE_IPACK_DEVICE_TABLE(_table) \
|
||||||
const struct ipack_device_id _table[] __devinitconst
|
const struct ipack_device_id _table[]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IPACK_DEVICE - macro used to describe a specific IndustryPack device
|
* IPACK_DEVICE - macro used to describe a specific IndustryPack device
|
||||||
* @_format: the format version (currently either 1 or 2, 8 bit value)
|
* @_format: the format version (currently either 1 or 2, 8 bit value)
|
||||||
|
|
Loading…
Reference in New Issue