| To: | gregkh@linuxfoundation.org |
|---|---|
| Subject: | [PATCH 034/493] MIPS: remove use of __devexit_p |
| From: | Bill Pemberton <wfp5p@virginia.edu> |
| Date: | Mon, 19 Nov 2012 13:19:43 -0500 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <1353349642-3677-1-git-send-email-wfp5p@virginia.edu> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1353349642-3677-1-git-send-email-wfp5p@virginia.edu> |
| Sender: | linux-mips-bounce@linux-mips.org |
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Cc: linux-mips@linux-mips.org
---
arch/mips/mti-sead3/sead3-i2c-drv.c | 2 +-
arch/mips/mti-sead3/sead3-pic32-i2c-drv.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/mti-sead3/sead3-i2c-drv.c
b/arch/mips/mti-sead3/sead3-i2c-drv.c
index 0375ee6..114a167 100644
--- a/arch/mips/mti-sead3/sead3-i2c-drv.c
+++ b/arch/mips/mti-sead3/sead3-i2c-drv.c
@@ -383,7 +383,7 @@ static struct platform_driver sead3_i2c_platform_driver = {
.owner = THIS_MODULE,
},
.probe = sead3_i2c_platform_probe,
- .remove = __devexit_p(sead3_i2c_platform_remove),
+ .remove = sead3_i2c_platform_remove,
.suspend = sead3_i2c_platform_suspend,
.resume = sead3_i2c_platform_resume,
};
diff --git a/arch/mips/mti-sead3/sead3-pic32-i2c-drv.c
b/arch/mips/mti-sead3/sead3-pic32-i2c-drv.c
index 46509b0..587d5b5 100644
--- a/arch/mips/mti-sead3/sead3-pic32-i2c-drv.c
+++ b/arch/mips/mti-sead3/sead3-pic32-i2c-drv.c
@@ -408,7 +408,7 @@ static struct platform_driver i2c_platform_driver = {
.owner = THIS_MODULE,
},
.probe = i2c_platform_probe,
- .remove = __devexit_p(i2c_platform_remove),
+ .remove = i2c_platform_remove,
.suspend = i2c_platform_suspend,
.resume = i2c_platform_resume,
};
--
1.8.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 014/493] PCI: remove CONFIG_HOTPLUG ifdefs, Bill Pemberton |
|---|---|
| Next by Date: | [PATCH 136/493] ethernet: remove use of __devexit_p, Bill Pemberton |
| Previous by Thread: | [PATCH 014/493] PCI: remove CONFIG_HOTPLUG ifdefs, Bill Pemberton |
| Next by Thread: | [PATCH 136/493] ethernet: remove use of __devexit_p, Bill Pemberton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |