Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49965e65 authored by Ajay Kumar's avatar Ajay Kumar Committed by Kukjin Kim
Browse files

ARM: S3C64XX: Cleanup mach/regs-fb.h from mach-s3c64xx



Use plat/regs-fb-v4.h in machine files instead of mach/regs-fb.h.

Signed-off-by: default avatarAjay Kumar <ajaykumar.rs@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 7bf3ba6b
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
/*
 * Copyright 2008 Openmoko, Inc.
 * Copyright 2008 Simtec Electronics
 * Copyright 2009 Samsung Electronics Co.
 *
 * Pawel Osciak <p.osciak@samsung.com>
 * Based on plat-s3c/include/plat/regs-fb.h by Ben Dooks <ben@simtec.co.uk>
 *
 * Framebuffer register definitions for Samsung S3C64xx.
 *
 * 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_ARCH_MACH_REGS_FB_H
#define __ASM_ARCH_MACH_REGS_FB_H __FILE__

#include <plat/regs-fb-v4.h>

#endif /* __ASM_ARCH_MACH_REGS_FB_H */
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
#include <asm/mach/irq.h>

#include <mach/hardware.h>
#include <mach/regs-fb.h>
#include <mach/map.h>

#include <asm/irq.h>
@@ -44,6 +43,7 @@
#include <plat/regs-serial.h>
#include <plat/iic.h>
#include <plat/fb.h>
#include <plat/regs-fb-v4.h>

#include <mach/s3c6410.h>
#include <plat/clock.h>
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@
#include <asm/mach/irq.h>

#include <mach/hardware.h>
#include <mach/regs-fb.h>
#include <mach/map.h>

#include <asm/irq.h>
@@ -42,6 +41,7 @@
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/regs-fb-v4.h>

#define UCON S3C2410_UCON_DEFAULT
#define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE)
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
#include <asm/mach/map.h>

#include <mach/map.h>
#include <mach/regs-fb.h>
#include <mach/regs-gpio.h>
#include <mach/regs-modem.h>
#include <mach/regs-srom.h>
@@ -42,6 +41,7 @@
#include <plat/nand.h>
#include <plat/regs-serial.h>
#include <plat/ts.h>
#include <plat/regs-fb-v4.h>

#include <video/platform_lcd.h>

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include <asm/mach/irq.h>

#include <mach/hardware.h>
#include <mach/regs-fb.h>
#include <mach/map.h>

#include <asm/irq.h>
@@ -44,6 +43,7 @@
#include <plat/clock.h>
#include <plat/devs.h>
#include <plat/cpu.h>
#include <plat/regs-fb-v4.h>

#define UCON S3C2410_UCON_DEFAULT
#define ULCON S3C2410_LCON_CS8 | S3C2410_LCON_PNONE
Loading