]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
aspeed-lpc-ctrl: include linux/types.h for uapi header
authorArnd Bergmann <arnd@arndb.de>
Tue, 28 Mar 2017 14:10:32 +0000 (16:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 15:37:20 +0000 (17:37 +0200)
commitf580ff0e404e5aad83f02093cd22f2475cad6e71
tree0ca86c3fcabf843f81d522555ba2e0361e14ff73
parent8ff0c5664a634bab05c646960c1730b7fd33ed90
aspeed-lpc-ctrl: include linux/types.h for uapi header

The newly added header file triggers a sanity check:

usr/include/linux/aspeed-lpc-ctrl.h:44: found __[us]{8,16,32,64} type without #include <linux/types.h>

We should include linux/types.h explicitly to ensure the header
can be included from user space.

Fixes: 6c4e97678501 ("drivers/misc: Add Aspeed LPC control driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/aspeed-lpc-ctrl.h