From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Prisk Date: Sat, 18 May 2013 09:15:11 +0000 Subject: [PATCH 1/4] fb: vt8500: Move register defines inside driver Message-Id: <1368868514-18975-2-git-send-email-linux@prisktech.co.nz> List-Id: References: <1368868514-18975-1-git-send-email-linux@prisktech.co.nz> In-Reply-To: <1368868514-18975-1-git-send-email-linux@prisktech.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org The #defines in wm8505fb_regs.h are only used in the wm8505fb driver, and don't need to be visible outside. Move the defines into the driver and remove the header. Signed-off-by: Tony Prisk --- drivers/video/wm8505fb.c | 25 +++++++++++++- drivers/video/wm8505fb_regs.h | 76 ----------------------------------------- 2 files changed, 24 insertions(+), 77 deletions(-) delete mode 100644 drivers/video/wm8505fb_regs.h diff --git a/drivers/video/wm8505fb.c b/drivers/video/wm8505fb.c index 01f9ace..f824af8 100644 --- a/drivers/video/wm8505fb.c +++ b/drivers/video/wm8505fb.c @@ -34,11 +34,34 @@ #include #include