blob: 143c509c62a5661c8a93cbb7abcab922bb1a5972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- ./ixp400_eth.c.orig 2005-11-13 16:17:57.943717806 -0800
+++ ./ixp400_eth.c 2005-11-13 16:29:00.829430574 -0800
@@ -65,6 +65,10 @@
#include <linux/sysctl.h>
#include <linux/unistd.h>
+#ifndef to_platform_device
+#include <linux/platform_device.h>
+#endif
+
/*
* Intel IXP400 Software specific header files
*/
|