summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/fec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/fec.h')
-rw-r--r--ANDROID_3.4.5/include/linux/fec.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/include/linux/fec.h b/ANDROID_3.4.5/include/linux/fec.h
deleted file mode 100644
index bcff455d..00000000
--- a/ANDROID_3.4.5/include/linux/fec.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/* include/linux/fec.h
- *
- * Copyright (c) 2009 Orex Computed Radiography
- * Baruch Siach <baruch@tkos.co.il>
- *
- * Copyright (C) 2010 Freescale Semiconductor, Inc.
- *
- * Header file for the FEC platform data
- *
- * 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 __LINUX_FEC_H__
-#define __LINUX_FEC_H__
-
-#include <linux/phy.h>
-
-struct fec_platform_data {
- phy_interface_t phy;
- unsigned char mac[ETH_ALEN];
-};
-
-#endif