diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-05-01 20:10:57 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-06-16 14:12:38 -0400 |
commit | 1dda2b42db1bbc788bf6de0a8141a305484f963b (patch) | |
tree | 44c3cc8448c4d0c9d69070fa4576aa1380524dc3 /drivers/cpuidle | |
parent | f309d4443130bf814e991f836e919dca22df37ae (diff) | |
download | linux-stable-1dda2b42db1bbc788bf6de0a8141a305484f963b.tar.gz linux-stable-1dda2b42db1bbc788bf6de0a8141a305484f963b.tar.bz2 linux-stable-1dda2b42db1bbc788bf6de0a8141a305484f963b.zip |
drivers/platform: Convert non-modular pdev_bus to use builtin_platform_driver
This driver is configured with a Kconfig option that is
declared as a bool. Hence it is not possible for the code
to be built as modular. However the code is currently using
the module_platform_driver() macro for driver registration.
While this currently works, we really don't want to be including
the module.h header in non-modular code, which we'll be forced
to do, pending some upcoming code relocation from init.h into
module.h. So we fix it now by using the non-modular equivalent.
And since we've already established that the code is non-modular,
we can completely drop any code relating to module_exit.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/cpuidle')
0 files changed, 0 insertions, 0 deletions