commit | cad74f2c380411ae7bee997f3ba18834cfe313a2 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Tue May 23 23:28:48 2006 +0200 |
committer | Thomas Gleixner <tglx@cruncher.tec.linutronix.de> | Tue May 23 23:28:48 2006 +0200 |
tree | aec691447dc3ab76688fe9dbe3cc2ae04ad1cbee | |
parent | 7abd3ef9875eb2afcdcd4f450680298a2983a55e [diff] |
[MTD] NAND remove write_byte/word function from nand_chip The previous change of the command / hardware control allows to remove the write_byte/word functions completely, as their only user were nand_command and nand_command_lp. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>