commit | a39f1d5e4303f535840a44eee87326fd9743de7c | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Thu Aug 13 15:46:04 2015 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Sep 02 14:11:40 2015 -0700 |
tree | eec8d26289114e7da3140d321a33ed76d4ab4d5e | |
parent | c9ec3900abf279d9276a0661c9bed2550c1f0bb5 [diff] |
mtd: spi-nor: add forward declaration for mtd_info This header can't actually stand alone, as it relies on the declaration (but not definition) of struct mtd_info. Let's fix that. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Tested-by: Joachim Eastwood <manabian@gmail.com>