i8253: Create linux/i8253.h and use it in all 8253 related files
commit334955ef964bee9d3b1e20966847eee28cfd05f6
authorRalf Baechle <ralf@linux-mips.org>
Wed, 1 Jun 2011 18:04:57 +0000 (1 19:04 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 9 Jun 2011 13:01:37 +0000 (9 15:01 +0200)
treee0c35313ce6d82e94768f0c5d78c53ec296392a2
parent06e86849cf4019945a106913adb9ff0abcc01770
i8253: Create linux/i8253.h and use it in all 8253 related files

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Link: http://lkml.kernel.org/r/20110601180610.054254048@duck.linux-mips.net
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
 arch/arm/mach-footbridge/isa-timer.c |    2 +-
 arch/mips/cobalt/time.c              |    2 +-
 arch/mips/jazz/irq.c                 |    2 +-
 arch/mips/kernel/i8253.c             |    2 +-
 arch/mips/mti-malta/malta-time.c     |    2 +-
 arch/mips/sgi-ip22/ip22-time.c       |    2 +-
 arch/mips/sni/time.c                 |    2 +-
 arch/x86/kernel/apic/apic.c          |    2 +-
 arch/x86/kernel/apm_32.c             |    2 +-
 arch/x86/kernel/hpet.c               |    2 +-
 arch/x86/kernel/i8253.c              |    2 +-
 arch/x86/kernel/time.c               |    2 +-
 drivers/block/hd.c                   |    2 +-
 drivers/clocksource/i8253.c          |    2 +-
 drivers/input/gameport/gameport.c    |    2 +-
 drivers/input/joystick/analog.c      |    2 +-
 drivers/input/misc/pcspkr.c          |    2 +-
 include/linux/i8253.h                |   11 +++++++++++
 sound/drivers/pcsp/pcsp.h            |    2 +-
 19 files changed, 29 insertions(+), 18 deletions(-)
19 files changed:
arch/arm/mach-footbridge/isa-timer.c
arch/mips/cobalt/time.c
arch/mips/jazz/irq.c
arch/mips/kernel/i8253.c
arch/mips/mti-malta/malta-time.c
arch/mips/sgi-ip22/ip22-time.c
arch/mips/sni/time.c
arch/x86/kernel/apic/apic.c
arch/x86/kernel/apm_32.c
arch/x86/kernel/hpet.c
arch/x86/kernel/i8253.c
arch/x86/kernel/time.c
drivers/block/hd.c
drivers/clocksource/i8253.c
drivers/input/gameport/gameport.c
drivers/input/joystick/analog.c
drivers/input/misc/pcspkr.c
include/linux/i8253.h [new file with mode: 0644]
sound/drivers/pcsp/pcsp.h