gpio-mxc: stop including <asm-generic/bug>
authorChristoph Hellwig <hch@lst.de>
Fri, 28 Aug 2015 07:27:22 +0000 (09:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Oct 2015 22:21:12 +0000 (00:21 +0200)
commit16c3bd35413126ae3e545ea5cd256c80ae755dd2
treeef7dc156df65addfa5a8a68150e96f550e1e8e2d
parenteecbf54fdd164ec8e396caa5b093a183195cacdb
gpio-mxc: stop including <asm-generic/bug>

<asm-generic/bug> contains the default implementation of BUG() and friends,
which architectures may decide to use.  The proper way to get them is
<linux/bug.h>, so use that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/gpio/gpio-mxc.c