X86: drivers: remove __dev* attributes.
CONFIG_HOTPLUG is going away as an option. As a result, the __dev*
markings need to be removed.
This change removes the use of __devinit, __devexit_p, __devinitconst,
and __devexit from these drivers.
Based on patches originally written by Bill Pemberton, but redone by me
in order to handle some of the coding style issues better, by hand.
Cc: Bill Pemberton <wfp5p@virginia.edu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Daniel Drake <dsd@laptop.org>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Showing
- arch/x86/include/asm/parport.h 2 additions, 2 deletionsarch/x86/include/asm/parport.h
- arch/x86/include/asm/pci_x86.h 3 additions, 4 deletionsarch/x86/include/asm/pci_x86.h
- arch/x86/kernel/cpu/perf_event_intel_uncore.c 3 additions, 3 deletionsarch/x86/kernel/cpu/perf_event_intel_uncore.c
- arch/x86/kernel/pci-dma.c 1 addition, 1 deletionarch/x86/kernel/pci-dma.c
- arch/x86/kernel/quirks.c 2 additions, 2 deletionsarch/x86/kernel/quirks.c
- arch/x86/lib/delay.c 1 addition, 1 deletionarch/x86/lib/delay.c
- arch/x86/pci/acpi.c 5 additions, 6 deletionsarch/x86/pci/acpi.c
- arch/x86/pci/bus_numa.c 2 additions, 2 deletionsarch/x86/pci/bus_numa.c
- arch/x86/pci/common.c 13 additions, 13 deletionsarch/x86/pci/common.c
- arch/x86/pci/fixup.c 15 additions, 15 deletionsarch/x86/pci/fixup.c
- arch/x86/pci/legacy.c 2 additions, 2 deletionsarch/x86/pci/legacy.c
- arch/x86/pci/mmconfig-shared.c 9 additions, 12 deletionsarch/x86/pci/mmconfig-shared.c
- arch/x86/pci/mmconfig_32.c 1 addition, 1 deletionarch/x86/pci/mmconfig_32.c
- arch/x86/pci/mmconfig_64.c 2 additions, 2 deletionsarch/x86/pci/mmconfig_64.c
- arch/x86/pci/mrst.c 3 additions, 3 deletionsarch/x86/pci/mrst.c
- arch/x86/pci/numaq_32.c 1 addition, 1 deletionarch/x86/pci/numaq_32.c
- arch/x86/pci/pcbios.c 2 additions, 2 deletionsarch/x86/pci/pcbios.c
- arch/x86/platform/mrst/mrst.c 1 addition, 1 deletionarch/x86/platform/mrst/mrst.c
- arch/x86/platform/olpc/olpc-xo1-pm.c 4 additions, 4 deletionsarch/x86/platform/olpc/olpc-xo1-pm.c
- arch/x86/platform/olpc/olpc-xo1-sci.c 9 additions, 9 deletionsarch/x86/platform/olpc/olpc-xo1-sci.c
Loading
Please register or sign in to comment