K 10 svn:author V 6 adrian K 8 svn:date V 27 2016-09-09T04:54:41.105930Z K 7 svn:log V 245 [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 END