diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2003-05-28 18:56:12 +0100 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2003-05-28 18:56:12 +0100 |
| commit | 65d95fbb3f208aea1656e597c5d586b419055fbc (patch) | |
| tree | cb3515f3363ea5835ca9567a9f28cf2182302bf7 /include/linux/mtd | |
| parent | 5af017c0de780cb463b784ef909406ce397332ee (diff) | |
Final cleanups for MTD merge.
Diffstat (limited to 'include/linux/mtd')
| -rw-r--r-- | include/linux/mtd/cfi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mtd/cfi.h b/include/linux/mtd/cfi.h index c72e6c789b82..fa32bf254d95 100644 --- a/include/linux/mtd/cfi.h +++ b/include/linux/mtd/cfi.h @@ -1,13 +1,14 @@ /* Common Flash Interface structures * See http://support.intel.com/design/flash/technote/index.htm - * $Id: cfi.h,v 1.34 2003/05/16 18:55:44 dwmw2 Exp $ + * $Id: cfi.h,v 1.35 2003/05/28 15:37:32 dwmw2 Exp $ */ #ifndef __MTD_CFI_H__ #define __MTD_CFI_H__ #include <linux/config.h> +#include <linux/version.h> #include <linux/delay.h> #include <linux/types.h> #include <linux/interrupt.h> |
