diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-12-08 10:15:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-12-08 10:15:00 +0000 |
commit | 3b9a6adc7d4698e7ead658724bd111213f3d819c (patch) | |
tree | c237f2fc54da0aa29b34d5ae63fea8aa73a54631 /target/linux/ramips/files/arch/mips/include/asm | |
parent | 889729df016ab162aeb1092628f70e742a6aede5 (diff) | |
download | upstream-3b9a6adc7d4698e7ead658724bd111213f3d819c.tar.gz upstream-3b9a6adc7d4698e7ead658724bd111213f3d819c.tar.bz2 upstream-3b9a6adc7d4698e7ead658724bd111213f3d819c.zip |
ramips: ramips_esw: convert it to be a platform driver
SVN-Revision: 24331
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_esw_platform.h | 18 |
1 files changed, 18 insertions, 0 deletions
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 0000000000..fd1f6eb19a --- /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 <juhosg@openwrt.org> + * + * 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 */ |