041-mtd-spi-nor-include-mtd.h-header-for-struct-mtd_info.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 2c81de771f38e54324ede3f24118f4852570b384 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <zajec5@gmail.com>
  3. Date: Thu, 26 Nov 2015 09:05:04 +0100
  4. Subject: [PATCH] mtd: spi-nor: include mtd.h header for struct mtd_info
  5. definition
  6. MIME-Version: 1.0
  7. Content-Type: text/plain; charset=UTF-8
  8. Content-Transfer-Encoding: 8bit
  9. So far struct spi_nor was using just a pointer to struct mtd_info so it
  10. wasn't needed to have it fully defined there. After recent change we
  11. embed whole struct so we need to include a proper header.
  12. Fixes: 1976367173a4 ("mtd: spi-nor: embed struct mtd_info within struct spi_nor")
  13. Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
  14. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
  15. ---
  16. include/linux/mtd/spi-nor.h | 3 +--
  17. 1 file changed, 1 insertion(+), 2 deletions(-)
  18. --- a/include/linux/mtd/spi-nor.h
  19. +++ b/include/linux/mtd/spi-nor.h
  20. @@ -12,6 +12,7 @@
  21. #include <linux/bitops.h>
  22. #include <linux/mtd/cfi.h>
  23. +#include <linux/mtd/mtd.h>
  24. /*
  25. * Manufacturer IDs
  26. @@ -117,8 +118,6 @@ enum spi_nor_option_flags {
  27. SNOR_F_USE_FSR = BIT(0),
  28. };
  29. -struct mtd_info;
  30. -
  31. /**
  32. * struct spi_nor - Structure for defining a the SPI NOR layer
  33. * @mtd: point to a mtd_info structure