diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 82a99d366aece7acb77a1ecf5ab9809ada60fbe4..c84ffbfc5098bb6c80398e18d4c030a7075998eb 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -56,9 +56,7 @@ struct qstr { #define QSTR_INIT(n,l) { { { .len = l } }, .name = n } -extern const char empty_string[]; extern const struct qstr empty_name; -extern const char slash_string[]; extern const struct qstr slash_name; struct dentry_stat_t {