diff options
Diffstat (limited to 'include/linux/smc911x.h')
-rw-r--r-- | include/linux/smc911x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/smc911x.h b/include/linux/smc911x.h index b58f54c2418..521f37143fa 100644 --- a/include/linux/smc911x.h +++ b/include/linux/smc911x.h @@ -7,6 +7,7 @@ struct smc911x_platdata { unsigned long flags; unsigned long irq_flags; /* IRQF_... */ + int irq_polarity; }; #endif /* __SMC911X_H__ */ |