security: Fix nommu build.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 2 Jul 2012 05:34:11 +0000 (14:34 +0900)
committerJames Morris <james.l.morris@oracle.com>
Mon, 2 Jul 2012 13:56:04 +0000 (23:56 +1000)
commit659b5e76521c10331495cbd9acb7217e38ff9750
treeed772e27f45fe8984c47166143b48ee3fb0d3bb2
parent8aec836acbe56a27080723187f0a0f1686662318
security: Fix nommu build.

The security + nommu configuration presently blows up with an undefined
reference to BDI_CAP_EXEC_MAP:

security/security.c: In function 'mmap_prot':
security/security.c:687:36: error: dereferencing pointer to incomplete type
security/security.c:688:16: error: 'BDI_CAP_EXEC_MAP' undeclared (first use in this function)
security/security.c:688:16: note: each undeclared identifier is reported only once for each function it appears in

include backing-dev.h directly to fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: James Morris <james.l.morris@oracle.com>
security/security.c