summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mpc5121_nfc.c
diff options
context:
space:
mode:
authorBill Pemberton2012-11-19 19:24:23 +0100
committerArtem Bityutskiy2012-11-22 11:07:03 +0100
commit042a190944675bc54790bcf45b8b2c86e68f003b (patch)
treedda2377fde97045485bfd056d8d283498a625877 /drivers/mtd/nand/mpc5121_nfc.c
parentmtd: remove use of __devinit (diff)
downloadkernel-qcow2-linux-042a190944675bc54790bcf45b8b2c86e68f003b.tar.gz
kernel-qcow2-linux-042a190944675bc54790bcf45b8b2c86e68f003b.tar.xz
kernel-qcow2-linux-042a190944675bc54790bcf45b8b2c86e68f003b.zip
mtd: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/mpc5121_nfc.c')
-rw-r--r--drivers/mtd/nand/mpc5121_nfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c
index f779e6a3d4b2..09f75a57e832 100644
--- a/drivers/mtd/nand/mpc5121_nfc.c
+++ b/drivers/mtd/nand/mpc5121_nfc.c
@@ -841,7 +841,7 @@ static int __devexit mpc5121_nfc_remove(struct platform_device *op)
return 0;
}
-static struct of_device_id mpc5121_nfc_match[] __devinitdata = {
+static struct of_device_id mpc5121_nfc_match[] = {
{ .compatible = "fsl,mpc5121-nfc", },
{},
};