summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/ramfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/ramfs/internal.h')
-rw-r--r--ANDROID_3.4.5/fs/ramfs/internal.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/ANDROID_3.4.5/fs/ramfs/internal.h b/ANDROID_3.4.5/fs/ramfs/internal.h
deleted file mode 100644
index 6b330639..00000000
--- a/ANDROID_3.4.5/fs/ramfs/internal.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* 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;