diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-22 23:57:51 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-22 23:57:51 +0200 |
commit | 4a30ffea8c0ef97a023b1ec95f2e51d40e4213d3 (patch) | |
tree | 5a10faebffc3914c931fced056bc85e1257a9f79 /kern/llsync.c | |
parent | 5176816a358afa06f62d371f4903c00d7842acc0 (diff) |
kern/macros: move the __read_mostly macro here
Diffstat (limited to 'kern/llsync.c')
-rw-r--r-- | kern/llsync.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kern/llsync.c b/kern/llsync.c index 4704e806..e3398693 100644 --- a/kern/llsync.c +++ b/kern/llsync.c @@ -45,7 +45,6 @@ #include <kern/llsync_i.h> #include <kern/macros.h> #include <kern/mutex.h> -#include <kern/param.h> #include <kern/percpu.h> #include <kern/spinlock.h> #include <kern/syscnt.h> |