tpm: Get rid of chip->pdev
[deliverable/linux.git] / drivers / char / tpm / tpm.h
index 28b477e8da6ac0ef7e1168c48f36322ad4ff8479..9c9be6c9be6d81a06f44213729b1337cf5a793e7 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)
This page took 0.025565 seconds and 5 git commands to generate.