X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fmips%2Fmath-emu%2Fme-debugfs.c;h=be650ed7db596bb8b586c7b65bfdddce56f65b3b;hb=0442c56913b88ffc93f47b5179de22e5b354a750;hp=506a67a98cdf5cadf12420c17bb89ef4d4af41d9;hpb=310b7cec8ea32dcd4e9978423717ce78dd89d45d;p=karo-tx-linux.git diff --git a/arch/mips/math-emu/me-debugfs.c b/arch/mips/math-emu/me-debugfs.c index 506a67a98cdf..be650ed7db59 100644 --- a/arch/mips/math-emu/me-debugfs.c +++ b/arch/mips/math-emu/me-debugfs.c @@ -4,6 +4,7 @@ #include #include #include +#include #include #include @@ -27,7 +28,6 @@ static int fpuemu_stat_get(void *data, u64 *val) } DEFINE_SIMPLE_ATTRIBUTE(fops_fpuemu_stat, fpuemu_stat_get, NULL, "%llu\n"); -extern struct dentry *mips_debugfs_dir; static int __init debugfs_fpuemu(void) { struct dentry *d, *dir;