aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipack.h
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-11-19 13:25:25 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-21 15:09:26 -0800
commitd79251f0fc2fdb7587c99617aae0bf52ff6c5510 (patch)
tree37dc7b1f1de0d723cfbeeea500cf42e75893f3af /include/linux/ipack.h
parentipack: remove use of __devexit_p (diff)
downloadlinux-dev-d79251f0fc2fdb7587c99617aae0bf52ff6c5510.tar.xz
linux-dev-d79251f0fc2fdb7587c99617aae0bf52ff6c5510.zip
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>
Diffstat (limited to 'include/linux/ipack.h')
-rw-r--r--include/linux/ipack.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ipack.h b/include/linux/ipack.h
index a360c73129a6..fea12cbb2aeb 100644
--- a/include/linux/ipack.h
+++ b/include/linux/ipack.h
@@ -229,8 +229,7 @@ void ipack_device_unregister(struct ipack_device *dev);
* in a generic manner.
*/
#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
* @_format: the format version (currently either 1 or 2, 8 bit value)