summaryrefslogtreecommitdiff
path: root/privs.h
blob: 9f9cfdd0626dee927ca26138809eec7a8daf7a38 (plain)
1
2
3
4
5
6
7
8
#ifndef PRIVS_H
#define PRIVS_H

#include <stdbool.h>

extern void drop_privileges(bool enforce, uid_t uid, gid_t gid);

#endif /* PRIVS_H */
value='3' selected='selected'>3space:mode:
authorSimon Horman <horms+renesas@verge.net.au>2016-02-18 10:47:52 +0900
committerMark Brown <broonie@kernel.org>2016-02-18 13:35:07 +0000
commit3aec3166739ee9e49a23b3e7b6bfe5781ade04d4 (patch)
tree56cb71d443a31337b23f8527cccf3045ed4d3b0f /Documentation/devicetree/bindings/mtd
parent92e963f50fc74041b5e9e744c330dca48e04f08d (diff)
spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS
Make use of ARCH_RENESAS in place of ARCH_SHMOBILE. This is part of an ongoing process to migrate from ARCH_SHMOBILE to ARCH_RENESAS the motivation for which being that RENESAS seems to be a more appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')