summaryrefslogtreecommitdiff
path: root/fs/efs/efs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/efs/efs.h')
-rw-r--r--fs/efs/efs.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/fs/efs/efs.h b/fs/efs/efs.h
index 5528926ac7f6..918d2b9abb76 100644
--- a/fs/efs/efs.h
+++ b/fs/efs/efs.h
@@ -1,5 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
- * Copyright (c) 1999 Al Smith
+ * Copyright (c) 1999 Al Smith, <Al.Smith@aeschi.ch.eu.org>
*
* Portions derived from work (c) 1995,1996 Christian Vogelgsang.
* Portions derived from IRIX header files (c) 1988 Silicon Graphics
@@ -7,13 +8,16 @@
#ifndef _EFS_EFS_H_
#define _EFS_EFS_H_
-#include <linux/fs.h>
-#include <asm/uaccess.h>
+#ifdef pr_fmt
+#undef pr_fmt
+#endif
-#define EFS_VERSION "1.0a"
+#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aeschi.ch.eu.org>";
+#include <linux/fs.h>
+#include <linux/uaccess.h>
+#define EFS_VERSION "1.0a"
/* 1 block is 512 bytes */
#define EFS_BLOCKSIZE_BITS 9