From: Bill Pemberton Date: Mon, 19 Nov 2012 18:25:25 +0000 (-0500) Subject: ipack: remove use of __devinitconst X-Git-Tag: v3.8-rc1~178^2~175 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d79251f0fc2fdb7587c99617aae0bf52ff6c5510;p=platform%2Fupstream%2Fkernel-adaptation-pc.git ipack: remove use of __devinitconst CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed. Signed-off-by: Bill Pemberton Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/ipack.h b/include/linux/ipack.h index a360c73..fea12cb 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)