diff options
Diffstat (limited to 'include/spl-rwlock.h')
-rw-r--r-- | include/spl-rwlock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spl-rwlock.h b/include/spl-rwlock.h index 305ccdf2b..b04a4f0db 100644 --- a/include/spl-rwlock.h +++ b/include/spl-rwlock.h @@ -1,5 +1,5 @@ -#ifndef _SOLARIS_RWLOCK_H -#define _SOLARIS_RWLOCK_H +#ifndef _SPL_RWLOCK_H +#define _SPL_RWLOCK_H #include <linux/module.h> #include <linux/slab.h> @@ -221,4 +221,4 @@ rw_owner(krwlock_t *rwlp) } #endif -#endif /* _SOLARIS_RWLOCK_H */ +#endif /* _SPL_RWLOCK_H */ |