Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 256f3bfc authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by David S. Miller
Browse files

irda: Remove useless pm_dev references



Some IRDA headers contain references to 'struct pm_dev' that are not
necessary any more and may be removed.

Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Acked-by: default avatarPavel Machek <pavel@suse.cz>
Signed-off-by: default avatarSamuel Ortiz <samuel@sortiz.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 81c684d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -219,8 +219,6 @@ struct ali_ircc_cb {
	int index;                 /* Instance index */
	
	unsigned char fifo_opti_buf;

        struct pm_dev *dev;
};

static inline void switch_bank(int iobase, int bank)
+0 −1
Original line number Diff line number Diff line
@@ -122,6 +122,5 @@ struct au1k_private {
	struct timer_list timer;

	spinlock_t lock;           /* For serializing operations */
        struct pm_dev *dev;
};
#endif /* AU1000_IRCC_H */
+0 −1
Original line number Diff line number Diff line
@@ -118,7 +118,6 @@ struct via_ircc_cb {
	int index;		/* Instance index */

	struct eventflag EventFlag;
	struct pm_dev *dev;
	unsigned int chip_id;	/* to remember chip id */
	unsigned int RetryCount;
	unsigned int RxDataReady;