summaryrefslogtreecommitdiffstats
path: root/include/linux/hfs_sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hfs_sysdep.h')
-rw-r--r--include/linux/hfs_sysdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hfs_sysdep.h b/include/linux/hfs_sysdep.h
index cefce233d..fa98ce32a 100644
--- a/include/linux/hfs_sysdep.h
+++ b/include/linux/hfs_sysdep.h
@@ -2,7 +2,7 @@
* linux/include/linux/hfs_sysdep.h
*
* Copyright (C) 1996-1997 Paul H. Hargrove
- * This file may be distributed under the terms of the GNU Public License.
+ * This file may be distributed under the terms of the GNU General Public License.
*
* This file contains constants, types and inline
* functions for various system dependent things.
@@ -17,7 +17,7 @@
#ifndef _HFS_SYSDEP_H
#define _HFS_SYSDEP_H
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/types.h>
#include <linux/locks.h>
#include <linux/fs.h>