summaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/lockdep.c
blob: a0a2e3a266af8122fed3d66b3f5a537ab3c1c773 (plain)
1
2
3
4
5
6
7
8
#include <linux/lockdep.h>

/* Trivial API wrappers, we don't (yet) have RCU in user-space: */
#define hlist_for_each_entry_rcu	hlist_for_each_entry
#define hlist_add_head_rcu		hlist_add_head
#define hlist_del_rcu			hlist_del

#include "../../../kernel/locking/lockdep.c"
/cgit.cgi/linux/net-next.git/commit/Documentation/laptops?id=7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0'>7ec48ceda25c6c16ab3f69b6c318d3d196f7abd0 (patch) treee6414540eac7f5375a1cd56b5fdba5c53dfb4538 /Documentation/laptops parent26594dd47669ec213297b25fae20cdbb21f877b8 (diff)
platform/x86: drop deprecated asus_acpi driver
asus_acpi only support old models, it has been deprecated since 2009 in favor of asus-laptop, it's not built by any (sane) distro, so it is time to say good bye. Thanks to Julien Lerouge and Karol Kozimor for the work they have done on it, I would never have wrote asus-laptop and other asus related drivers without asus_acpi. Signed-off-by: Corentin Chary <corentin.chary@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'Documentation/laptops')