public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* TRIVIAL: Fix linux/mtd/nftl.h for user-space inclusion
@ 2004-06-01 20:15 Bernardo Innocenti
  2004-06-01 20:29 ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Bernardo Innocenti @ 2004-06-01 20:15 UTC (permalink / raw)
  To: linux-mtd


Fix linux/mtd/nftl.h for user-space inclusion (required to build mtd-utils).

Please apply.

--- linux-2.6.6-uc0/include/linux/mtd/nftl.h	2004-05-10 04:33:13.000000000 +0200
+++ linux-2.6.6-uc0-develer/include/linux/mtd/nftl.h	2004-06-01 22:03:36.824225250 +0200
@@ -8,7 +8,6 @@
 #define __MTD_NFTL_H__
 
 #include <linux/mtd/mtd.h>
-#include <linux/mtd/blktrans.h>
 
 /* Block Control Information */
 
@@ -76,6 +75,8 @@
 
 #ifdef __KERNEL__
 
+#include <linux/mtd/blktrans.h>
+
 /* these info are used in ReplUnitTable */
 #define BLOCK_NIL          0xffff /* last block of a chain */
 #define BLOCK_FREE         0xfffe /* free block */

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-06-01 21:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-01 20:15 TRIVIAL: Fix linux/mtd/nftl.h for user-space inclusion Bernardo Innocenti
2004-06-01 20:29 ` David Woodhouse
2004-06-01 21:13   ` Bernardo Innocenti
2004-06-01 21:25     ` David Woodhouse
2004-06-01 21:39       ` Bernardo Innocenti
2004-06-01 21:41         ` David Woodhouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox