From: Eric Miao Date: Tue, 20 Jan 2009 03:04:16 +0000 (+0800) Subject: [ARM] pxa: separate definitions from pxa-regs.h and remove it finally X-Git-Tag: v2.6.30-rc1~636^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf3df3f00f507119a26ba0780aa8799e741615c;p=pandora-kernel.git [ARM] pxa: separate definitions from pxa-regs.h and remove it finally The remaining registers are separated into: - - - and then we can remove pxa-regs.h completely. Instead of #include this file, let's: 1. include the specific 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 --- Reading git-diff-tree failed