mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] cfi: remove unused field from struct flash_info
@ 2013-05-27  8:55 Sascha Hauer
  2013-05-27  8:55 ` [PATCH 2/3] cfi: Add dev * to flash_info and switch to dev_* Sascha Hauer
  2013-05-27  8:55 ` [PATCH 3/3] cfi: make hardware device parent of mtd device Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2013-05-27  8:55 UTC (permalink / raw)
  To: barebox

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/mtd/nor/cfi_flash.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/nor/cfi_flash.h b/drivers/mtd/nor/cfi_flash.h
index 2a2454c..5c31d51 100644
--- a/drivers/mtd/nor/cfi_flash.h
+++ b/drivers/mtd/nor/cfi_flash.h
@@ -48,7 +48,6 @@ struct cfi_cmd_set;
  */
 
 struct flash_info {
-	struct driver_d driver;
 	ulong	size;			/* total bank size in bytes		*/
 	ushort	sector_count;		/* number of erase units		*/
 	ulong	flash_id;		/* combined device & manufacturer code	*/
-- 
1.8.2.rc2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2013-05-27  8:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-27  8:55 [PATCH 1/3] cfi: remove unused field from struct flash_info Sascha Hauer
2013-05-27  8:55 ` [PATCH 2/3] cfi: Add dev * to flash_info and switch to dev_* Sascha Hauer
2013-05-27  8:55 ` [PATCH 3/3] cfi: make hardware device parent of mtd device Sascha Hauer

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