mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
Revert "mtd: move mxcnd_remove to .exit.text"
This reverts commit82613b0da6
, because commitdaa0f15
(mtd: don't use __exit_p to wrap mxcnd_remove) is a better solution. Not having a remove callback breaks rebinding because resources are not freed on remove. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
df0094d7f4
commit
51eeb87815
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ eclk:
|
|||
return err;
|
||||
}
|
||||
|
||||
static int __exit mxcnd_remove(struct platform_device *pdev)
|
||||
static int __devexit mxcnd_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct mxc_nand_host *host = platform_get_drvdata(pdev);
|
||||
|
||||
|
|
Loading…
Reference in a new issue