]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: uio: Kconfig: add MMU dependancy for UIO
authorChen Gang <gang.chen@asianux.com>
Fri, 30 Aug 2013 05:01:45 +0000 (13:01 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Aug 2013 21:19:46 +0000 (14:19 -0700)
commit44ac117bb7a38e6184dd35d4e4f5880560a50d54
tree2463f93b09dcd2a96a8aa44e012298a31e3da7b1
parentce3c6af2263ddd1d9b4878538e0e44ef336d0364
drivers: uio: Kconfig: add MMU dependancy for UIO

The User space I/O drivers are useful, only when user space meaningful
(MMU must be enabled).

So need let it depend on MMU, or can not pass compiling, the related
error (allmodconfig for H8300):

    CC [M]  drivers/uio/uio.o
  drivers/uio/uio.c: In function 'uio_mmap_physical':
  drivers/uio/uio.c:650:2: error: implicit declaration of function 'pgprot_noncached' [-Werror=implicit-function-declaration]
  drivers/uio/uio.c:650:20: error: incompatible types when assigning to type 'pgprot_t' from type 'int'

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/Kconfig