diff options
Diffstat (limited to 'fs/ramfs/internal.h')
| -rw-r--r-- | fs/ramfs/internal.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/ramfs/internal.h b/fs/ramfs/internal.h index 6b330639b51d..3257fc1809d9 100644 --- a/fs/ramfs/internal.h +++ b/fs/ramfs/internal.h @@ -1,14 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* internal.h: ramfs internal definitions * * Copyright (C) 2005 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. */ -extern const struct address_space_operations ramfs_aops; extern const struct inode_operations ramfs_file_inode_operations; |
