aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/skfp/h/osdef1st.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-05-02 03:46:52 +0200
committerJeff Garzik <jgarzik@pobox.com>2005-06-26 18:29:26 -0400
commit854608d824dc2c8e14c373e0c46cefda5386ed8a (patch)
tree3cfe009c00daeec4c1e3508992be61420806f9fc /drivers/net/skfp/h/osdef1st.h
parent[PATCH] drivers/net/tokenring/: cleanups (diff)
downloadlinux-dev-854608d824dc2c8e14c373e0c46cefda5386ed8a.tar.xz
linux-dev-854608d824dc2c8e14c373e0c46cefda5386ed8a.zip
[PATCH] drivers/net/skfp/: fix LITTLE_ENDIAN
This patch fixes the LITTLE_ENDIAN #define and a function prototype. Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/net/skfp/h/osdef1st.h')
-rw-r--r--drivers/net/skfp/h/osdef1st.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/skfp/h/osdef1st.h b/drivers/net/skfp/h/osdef1st.h
index 5359eb53008d..763ca18cbea8 100644
--- a/drivers/net/skfp/h/osdef1st.h
+++ b/drivers/net/skfp/h/osdef1st.h
@@ -20,6 +20,8 @@
// HWM (HardWare Module) Definitions
// -----------------------
+#include <asm/byteorder.h>
+
#ifdef __LITTLE_ENDIAN
#define LITTLE_ENDIAN
#else