]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mmc/dw_mmc.h
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
[karo-tx-linux.git] / include / linux / mmc / dw_mmc.h
index 7a7ebd367cfdd2591e01b3c69346c4c43464b74e..a37a573fa13cefe079c4381f8ddffeb7ee9784c4 100644 (file)
@@ -156,7 +156,7 @@ struct dw_mci {
        u32                     fifoth_val;
        u16                     verid;
        u16                     data_offset;
-       struct device           dev;
+       struct device           *dev;
        struct dw_mci_board     *pdata;
        struct dw_mci_slot      *slot[MAX_MCI_SLOTS];