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>
このコミットが含まれているのは:
@@ -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;
|
||||
|
新しいイシューから参照
ユーザーをブロックする