X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5d526120bd7580668a774447d4644164be767b58..622eabc631f8dac5bc622d8fb28b1931a9684d7f:/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_nand.h diff --git a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_nand.h b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_nand.h index 0c10629c5..636d27fec 100644 --- a/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_nand.h +++ b/target/linux/adm5120/files/include/asm-mips/mach-adm5120/adm5120_nand.h @@ -4,15 +4,13 @@ * This header file defines the hardware registers of the ADM5120 SoC * built-in NAND interface. * - * Copyright (C) 2007 OpenWrt.org - * Copyright (C) 2007 Gabor Juhos + * Copyright (C) 2007-2008 Gabor Juhos * * NAND interface routines was based on a driver for Linux 2.6.19+ which * was derived from the driver for Linux 2.4.xx published by Mikrotik for * their RouterBoard 1xx and 5xx series boards. * Copyright (C) 2007 David Goodenough * Copyright (C) 2007 Florian Fainelli - * The original Mikrotik code seems not to have a license. * * 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 @@ -20,14 +18,14 @@ * */ -#ifndef _ADM5120_NAND_H_ -#define _ADM5120_NAND_H_ +#ifndef _MACH_ADM5120_NAND_H +#define _MACH_ADM5120_NAND_H #include #include -#include -#include +#include +#include /* NAND control registers */ #define NAND_REG_DATA 0x0 /* data register */ @@ -88,4 +86,4 @@ static inline u8 adm5120_nand_get_status(void) return NAND_READ_REG(NAND_REG_STATUS); } -#endif /* _ADM5120_NAND_H_ */ +#endif /* _MACH_ADM5120_NAND_H */