/* * SELinux services exported to the rest of the kernel. * * Author: James Morris * * Copyright (C) 2005 Red Hat, Inc., James Morris * Copyright (C) 2006 Trusted Computer Solutions, Inc. * Copyright (C) 2006 IBM Corporation, Timothy R. Chavez * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. */ #include #include #include "security.h" bool selinux_is_enabled(void) { return selinux_enabled; } EXPORT_SYMBOL_GPL(selinux_is_enabled); alt='cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@free-electrons.com>2016-06-07 13:48:10 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-06-10 17:25:06 +0200
commita50dcc500170eca8164e72f1c7eaf4402193b10c (patch)
treefbc0c194088d49d029e8c254eec4bbb8670cc280
parentb2d61d66ad4e456899140a8891542a915c0b0c78 (diff)
drm: virtgpu: Rely on the default ->best_encoder() behavior
The virtgpu output exposes a 1:1 relationship between connectors and encoders and the driver is relying on the atomic helpers: we can drop the custom ->best_encoder() implementation and let the core call drm_atomic_helper_best_encoder() for us. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1465300095-16971-16-git-send-email-boris.brezillon@free-electrons.com