]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[gpio] include intr.h when building with INTRNG.
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 9 Sep 2016 04:54:41 +0000 (04:54 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 9 Sep 2016 04:54:41 +0000 (04:54 +0000)
commit01decb509d179e27f700a49e4f84804f3c31d5bd
treef1b76631db4619a65823c2d854ed5272944f62d2
parentc028fb509849918381558c9c887714252d54d623
[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
sys/dev/gpio/gpiobusvar.h