summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-01-22 17:34:25 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-01-22 17:34:25 +1100
commit50ecad3476f3151c8c0ff5be66d2a0916dc3a932 (patch)
tree3d5ad9d6bfbe08a84b67c06e341ff64d75fb93cc
parent17e9e0d8e92d34846fda67ed2ed27e93ee070fe9 (diff)
Revert "debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n"
This reverts commit c00d80adc67c69d0762390ba513913a44bdebb36.
-rw-r--r--include/linux/debugfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/debugfs.h b/include/linux/debugfs.h
index 0f5c33b0bd3e..23936b16426b 100644
--- a/include/linux/debugfs.h
+++ b/include/linux/debugfs.h
@@ -162,13 +162,6 @@ static inline struct dentry *debugfs_create_x32(const char *name, mode_t mode,
return ERR_PTR(-ENODEV);
}
-struct dentry *debugfs_create_size_t(const char *name, mode_t mode,
- struct dentry *parent,
- size_t *value)
-{
- return ERR_PTR(-ENODEV);
-}
-
static inline struct dentry *debugfs_create_bool(const char *name, mode_t mode,
struct dentry *parent,
u32 *value)