summaryrefslogtreecommitdiff
path: root/arch/arm/mach-u300
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:06 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:06 +0200
commit67cfdbc4dcac4a9105adbdb5926facd2a4d304f9 (patch)
tree0a4d7e8e741c985c5668e7bfb1e6864ca5828c5b /arch/arm/mach-u300
parent666672065a5a277f9d975327e0631afa9f892d1a (diff)
ARM: mach-u300: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r--arch/arm/mach-u300/regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-u300/regulator.c b/arch/arm/mach-u300/regulator.c
index 0493a845b6bc..595b574c2c50 100644
--- a/arch/arm/mach-u300/regulator.c
+++ b/arch/arm/mach-u300/regulator.c
@@ -116,7 +116,6 @@ static const struct of_device_id s365_board_match[] = {
static struct platform_driver s365_board_driver = {
.driver = {
.name = "s365-board",
- .owner = THIS_MODULE,
.of_match_table = s365_board_match,
},
};