]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/mips/include/asm/mach-pnx833x/gpio.h
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
[mirror_ubuntu-zesty-kernel.git] / arch / mips / include / asm / mach-pnx833x / gpio.h
index ed3a88da70f68ff7f10cad82626dca1c0d2cfd05..f192acf4a8afabf581587cf4aed15ab0604d51c2 100644 (file)
@@ -30,7 +30,7 @@
    - including locking between different uses
 */
 
-#include "pnx833x.h"
+#include <asm/mach-pnx833x/pnx833x.h>
 
 #define SET_REG_BIT(reg, bit)          do { (reg |= (1 << (bit))); } while (0)
 #define CLEAR_REG_BIT(reg, bit)                do { (reg &= ~(1 << (bit))); } while (0)