diff options
| author | Chandra Seetharaman <[email protected]> | 2006-07-30 03:03:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-07-31 13:28:39 -0700 |
| commit | 8c78f3075dab4be279e283f901f00e33ce44890a (patch) | |
| tree | 034d667a713b24d39608b09bd2aafb7983fb6ba5 /scripts | |
| parent | cea6a4ba8acfba6f59cc9ed71e0d05cb770b9d9c (diff) | |
[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notifications
Few of the callback functions and notifier blocks that are associated with cpu
notifications incorrectly have __devinit and __devinitdata. They should be
__cpuinit and __cpuinitdata instead.
It makes no functional difference but wastes text area when CONFIG_HOTPLUG is
enabled and CONFIG_HOTPLUG_CPU is not.
This patch fixes all those instances.
Signed-off-by: Chandra Seetharaman <[email protected]>
Cc: Ashok Raj <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions