X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=drivers%2Fmfd%2Ftwl-core.h;h=00e6468a53b06b262fc2d56013065bea1a0f1b70;hb=e1c56a82b56c1f26a2de88c848d33bcf71a01812;hp=8c50a556e9866067eab7ec15c60d5e8736258fe6;hpb=d834a9dcecae834cd6b2bc5e50e1907738d9cf6a;p=firefly-linux-kernel-4.4.55.git diff --git a/drivers/mfd/twl-core.h b/drivers/mfd/twl-core.h index 8c50a556e986..00e6468a53b0 100644 --- a/drivers/mfd/twl-core.h +++ b/drivers/mfd/twl-core.h @@ -1,7 +1,8 @@ #ifndef __TWL_CORE_H__ #define __TWL_CORE_H__ -extern int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); +extern int twl6030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end, + unsigned long features); extern int twl6030_exit_irq(void); extern int twl4030_init_irq(int irq_num, unsigned irq_base, unsigned irq_end); extern int twl4030_exit_irq(void);