mtd: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
このコミットが含まれているのは:
Bill Pemberton
2012-11-19 13:26:04 -05:00
committed by Artem Bityutskiy
コミット 810b7e060c
46個のファイルの変更50行の追加50行の削除

ファイルの表示

@@ -197,7 +197,7 @@ static void pismo_add_one(struct pismo_data *pismo, int i,
}
}
static int __devexit pismo_remove(struct i2c_client *client)
static int pismo_remove(struct i2c_client *client)
{
struct pismo_data *pismo = i2c_get_clientdata(client);
int i;