summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/include/mach/regs-pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/regs-pwm.h')
-rw-r--r--arch/arm/mach-pxa/include/mach/regs-pwm.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-pxa/include/mach/regs-pwm.h b/arch/arm/mach-pxa/include/mach/regs-pwm.h
deleted file mode 100644
index 9fdcbb64ae..0000000000
--- a/arch/arm/mach-pxa/include/mach/regs-pwm.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-#ifndef __ASM_MACH_REGS_PWM_H
-#define __ASM_MACH_REGS_PWM_H
-
-#include <mach/hardware.h>
-
-/*
- * Pulse modulator registers
- */
-#define PWM0 0x40B00000
-#define PWM1 0x40C00000
-#define PWM0slave 0x40B00010
-#define PWM1slave 0x40C00010
-
-#endif