diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:06 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:06 -0400 |
commit | 67cfdbc4dcac4a9105adbdb5926facd2a4d304f9 (patch) | |
tree | 0a4d7e8e741c985c5668e7bfb1e6864ca5828c5b /arch/arm/mach-u300 | |
parent | 666672065a5a277f9d975327e0631afa9f892d1a (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.c | 1 |
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[] = { | |||
116 | static struct platform_driver s365_board_driver = { | 116 | static struct platform_driver s365_board_driver = { |
117 | .driver = { | 117 | .driver = { |
118 | .name = "s365-board", | 118 | .name = "s365-board", |
119 | .owner = THIS_MODULE, | ||
120 | .of_match_table = s365_board_match, | 119 | .of_match_table = s365_board_match, |
121 | }, | 120 | }, |
122 | }; | 121 | }; |