Commit 8335554e authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[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.
parent a25a57f1
#ifndef _M68KNOMMU_MACHDEP_H #ifndef _M68KNOMMU_MACHDEP_H
#define _M68KNOMMU_MACHDEP_H #define _M68KNOMMU_MACHDEP_H
#include <linux/seq_file.h>
struct pt_regs; struct pt_regs;
struct kbd_repeat; struct kbd_repeat;
struct mktime; struct mktime;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment