mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
[ARM] pxa: separate definitions from pxa-regs.h and remove it finally
The remaining registers are separated into: - <mach/regs-ost.h> - <mach/regs-rtc.h> - <mach/regs-intc.h> and then we can remove pxa-regs.h completely. Instead of #include this file, let's: 1. include the specific <mach/regs-*.h> with care (if that's absolutely necessary) 2. define the registers in the driver, make cleanly defined API to expose the register access to external with sufficient reason Signed-off-by: Eric Miao <eric.miao@marvell.com>
This commit is contained in:
parent
b74d196908
commit
5bf3df3f00
22 changed files with 92 additions and 102 deletions
|
@ -35,7 +35,8 @@
|
|||
#include <asm/irq.h>
|
||||
|
||||
#ifdef CONFIG_ARCH_PXA
|
||||
#include <mach/pxa-regs.h>
|
||||
#include <mach/regs-rtc.h>
|
||||
#include <mach/regs-ost.h>
|
||||
#endif
|
||||
|
||||
#define RTC_DEF_DIVIDER 32768 - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue