tpm: Get rid of chip->pdev
[cascardo/linux.git] / drivers / char / tpm / tpm.h
index 28b477e..9c9be6c 100644 (file)
@@ -167,7 +167,6 @@ enum tpm_chip_flags {
 };
 
 struct tpm_chip {
-       struct device *pdev;    /* Device stuff */
        struct device dev;
        struct cdev cdev;
 
@@ -199,7 +198,7 @@ struct tpm_chip {
 
 static inline void tpm_chip_put(struct tpm_chip *chip)
 {
-       module_put(chip->pdev->driver->owner);
+       module_put(chip->dev.parent->driver->owner);
 }
 
 static inline int tpm_read_index(int base, int index)