mtd: brcmnand: remove unnecessary fields from brcmnand_soc
authorBrian Norris <computersforpeace@gmail.com>
Thu, 21 May 2015 00:05:06 +0000 (17:05 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 30 Sep 2015 20:07:02 +0000 (13:07 -0700)
These really aren't needed, especially now that we embed the soc struct
in our private struct, so we can stash things there if needed.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/brcmnand/brcmnand.h

index 169f99e..ef5eabb 100644 (file)
@@ -21,8 +21,6 @@ struct platform_device;
 struct dev_pm_ops;
 
 struct brcmnand_soc {
-       struct platform_device *pdev;
-       void *priv;
        bool (*ctlrdy_ack)(struct brcmnand_soc *soc);
        void (*ctlrdy_set_enabled)(struct brcmnand_soc *soc, bool en);
        void (*prepare_data_bus)(struct brcmnand_soc *soc, bool prepare);