buses: i2c: update i2c geni driver to include irq.h
Currently, geni driver is depending on header inclusion tree for symbol and prototypes of irq.h. If the dependent header removes the header, geni driver is failing to compile. To fix the compilation error, include the header(irq.h) in geni i2c driver. Change-Id: Ic0f2d6f541a7816e293e230710ae121712510602 Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
This commit is contained in:
parent
8f161b7b67
commit
0cbd83002e
@ -9,6 +9,7 @@
|
||||
#include <linux/i2c.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/io.h>
|
||||
#include <linux/irq.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_platform.h>
|
||||
|
Loading…
Reference in New Issue
Block a user