summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2003-02-18 05:47:33 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-18 05:47:33 -0800
commit8335554e4971655069ea3b9f45fc3147580ed16c (patch)
tree3f7e0c8f8055d221c57fd0b4c2c4ef4cd439d58f /include
parenta25a57f182922e9cba8981d8d36ac1ab479ad22f (diff)
[PATCH] clean up compiler warnings in m68knommu machdep.h
This patch includes seq_file.h in the m68knommu machdep.h header. Cleans up warnings caused by function prototypes.
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68knommu/machdep.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68knommu/machdep.h b/include/asm-m68knommu/machdep.h
index 27d6dff0aa38..697d878b3aaf 100644
--- a/include/asm-m68knommu/machdep.h
+++ b/include/asm-m68knommu/machdep.h
@@ -1,6 +1,8 @@
#ifndef _M68KNOMMU_MACHDEP_H
#define _M68KNOMMU_MACHDEP_H
+#include <linux/seq_file.h>
+
struct pt_regs;
struct kbd_repeat;
struct mktime;