From: <mar...@us...> - 2007-08-25 00:24:36
|
Revision: 1268 http://hackndev.svn.sourceforge.net/hackndev/?rev=1268&view=rev Author: marex_z71 Date: 2007-08-24 17:24:34 -0700 (Fri, 24 Aug 2007) Log Message: ----------- PalmTX: remove warning from MTD driver Modified Paths: -------------- linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c Modified: linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c =================================================================== --- linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c 2007-08-24 23:46:45 UTC (rev 1267) +++ linux4palm/linux/trunk/drivers/mtd/nand/palmtx.c 2007-08-25 00:24:34 UTC (rev 1268) @@ -104,10 +104,12 @@ /* * read device ready pin */ +#if 0 static int palmtx_device_ready(struct mtd_info *mtd) { return GET_PALMTX_GPIO(NAND_READY); } +#endif /* * Main initialization routine This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |