Adrian Chadd 01decb509d [gpio] include intr.h when building with INTRNG.
Trying to build a MIPS platform that uses INTRNG needs this
for this to work right in gpiobusvar.h :

#ifdef INTRNG
struct intr_map_data_gpio {
        struct intr_map_data    hdr;
...
};
#endif
2016-09-09 04:54:41 +00:00
..
2016-05-11 17:57:26 +00:00
2016-05-12 20:15:23 +00:00
2016-05-11 17:57:26 +00:00