From bc4cb1b39fd395012ff2256ae64497de666b4664 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 8 Dec 2010 10:15:00 +0000 Subject: ramips: ramips_esw: convert it to be a platform driver git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24331 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../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 000000000..fd1f6eb19 --- /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.2.3