summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/linux/of_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/linux/of_net.h')
-rw-r--r--ANDROID_3.4.5/include/linux/of_net.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/include/linux/of_net.h b/ANDROID_3.4.5/include/linux/of_net.h
deleted file mode 100644
index f4746418..00000000
--- a/ANDROID_3.4.5/include/linux/of_net.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * OF helpers for network devices.
- *
- * This file is released under the GPLv2
- */
-
-#ifndef __LINUX_OF_NET_H
-#define __LINUX_OF_NET_H
-
-#ifdef CONFIG_OF_NET
-#include <linux/of.h>
-extern const int of_get_phy_mode(struct device_node *np);
-extern const void *of_get_mac_address(struct device_node *np);
-#endif
-
-#endif /* __LINUX_OF_NET_H */