mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
[DLM] fs/dlm/ast.c should #include "ast.h"
Every file should include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
6ed7257b46
commit
8fa1de386f
@ -14,6 +14,7 @@
|
||||
#include "dlm_internal.h"
|
||||
#include "lock.h"
|
||||
#include "user.h"
|
||||
#include "ast.h"
|
||||
|
||||
#define WAKE_ASTS 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user