summaryrefslogtreecommitdiff
path: root/kernel-compat.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-18 17:10:20 +1000
committerDave Airlie <airlied@redhat.com>2009-02-18 17:10:44 +1000
commite414a144dd5115bbb9ab21778c49998afecd5edb (patch)
tree85197e434fcf4251535cdcb9856e343b583e699e /kernel-compat.h
parent766061649c303b534dac53ea5b1dccac8b92503e (diff)
add missing le32_to_cpu
Diffstat (limited to 'kernel-compat.h')
-rw-r--r--kernel-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel-compat.h b/kernel-compat.h
index 937dfbb..4e09c80 100644
--- a/kernel-compat.h
+++ b/kernel-compat.h
@@ -37,3 +37,4 @@ static inline void kfree(void *pt)
#define false 0
#define le16_to_cpu(x) (x)
+#define le32_to_cpu(x) (x)