From 3b9a6adc7d4698e7ead658724bd111213f3d819c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 8 Dec 2010 10:15:00 +0000 Subject: ramips: ramips_esw: convert it to be a platform driver SVN-Revision: 24331 --- .../mips/include/asm/mach-ralink/rt305x_esw_platform.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h') diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h new file mode 100644 index 0000000..fd1f6eb --- /dev/null +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h @@ -0,0 +1,18 @@ +/* + * Ralink RT305x SoC platform device registration + * + * Copyright (C) 2010 Gabor Juhos + * + * 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 _RT305X_ESW_PLATFORM_H +#define _RT305X_ESW_PLATFORM_H + +struct rt305x_esw_platform_data +{ +}; + +#endif /* _RT305X_ESW_PLATFORM_H */ -- cgit v1.1