From 55c9aa27be0f70d886276b93084002f18d980904 Mon Sep 17 00:00:00 2001 From: Roman Yeryomin Date: Sun, 29 Apr 2018 17:31:42 +0300 Subject: gemini: rename files directory (preparation for 4.14) Signed-off-by: Roman Yeryomin --- .../files/arch/arm/mach-gemini/include/mach/gmac.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 target/linux/gemini/files/arch/arm/mach-gemini/include/mach/gmac.h (limited to 'target/linux/gemini/files/arch/arm/mach-gemini/include/mach/gmac.h') diff --git a/target/linux/gemini/files/arch/arm/mach-gemini/include/mach/gmac.h b/target/linux/gemini/files/arch/arm/mach-gemini/include/mach/gmac.h deleted file mode 100644 index 04ca5699fa..0000000000 --- a/target/linux/gemini/files/arch/arm/mach-gemini/include/mach/gmac.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Gemini GMAC specific defines - * - * Copyright (C) 2008, Paulius Zaleckas - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - */ -#ifndef __NET_GEMINI_PLATFORM_H__ -#define __NET_GEMINI_PLATFORM_H__ - -#include - -struct gemini_gmac_platform_data { - char *bus_id[2]; /* NULL means that this port is not used */ - phy_interface_t interface[2]; -}; - -#endif /* __NET_GEMINI_PLATFORM_H__ */ -- cgit v1.2.3