Commit 37eb1f4c3320ed505fbe59a916635b2342c740e4

Authored by Jaswinder Singh Rajput
1 parent 59e4cf19ed

headers_check fix: linux/dlm_plock.h

fix the following 'make headers_check' warning:

  usr/include/linux/dlm_plock.h:25: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/dlm_plock.h
... ... @@ -9,6 +9,8 @@
9 9 #ifndef __DLM_PLOCK_DOT_H__
10 10 #define __DLM_PLOCK_DOT_H__
11 11  
  12 +#include <linux/types.h>
  13 +
12 14 #define DLM_PLOCK_MISC_NAME "dlm_plock"
13 15  
14 16 #define DLM_PLOCK_VERSION_MAJOR 1