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

Commit 93115b7f authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

mtd: onenand/samsung: make regs-onenand.h file local



Nothing uses the NAND register definitions other than the
actual driver, so we can move the header file into the
same local directory, which lets us build it in a multiplatform
configuration.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Cc: linux-mtd@lists.infradead.org
Cc: David Woodhouse <dwmw2@infradead.org>
parent 040f30f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -23,11 +23,11 @@
#include <linux/mtd/partitions.h>
#include <linux/mtd/partitions.h>
#include <linux/dma-mapping.h>
#include <linux/dma-mapping.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/io.h>


#include <asm/mach/flash.h>
#include <asm/mach/flash.h>
#include <plat/regs-onenand.h>


#include <linux/io.h>
#include "samsung.h"


enum soc_type {
enum soc_type {
	TYPE_S3C6400,
	TYPE_S3C6400,
+0 −2
Original line number Original line Diff line number Diff line
@@ -11,8 +11,6 @@
#ifndef __SAMSUNG_ONENAND_H__
#ifndef __SAMSUNG_ONENAND_H__
#define __SAMSUNG_ONENAND_H__
#define __SAMSUNG_ONENAND_H__


#include <mach/hardware.h>

/*
/*
 * OneNAND Controller
 * OneNAND Controller
 */
 */