search for: 2f61f6a

Displaying 2 results from an estimated 2 matches for "2f61f6a".

Did you mean: 2661f6e
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...; +#include <linux/init.h> +#include <linux/ctype.h> +#include <linux/proc_fs.h> +#include <asm/uaccess.h> /* If read and write race, the read will still atomically read a valid * value. diff --git a/arch/um/kernel/gmon_syms.c b/arch/um/kernel/gmon_syms.c index 13aa115..2f61f6a 100644 --- a/arch/um/kernel/gmon_syms.c +++ b/arch/um/kernel/gmon_syms.c @@ -3,7 +3,7 @@ * Licensed under the GPL */ -#include "linux/module.h" +#include <linux/module.h> extern void __bb_init_func(void *) __attribute__((weak)); EXPORT_SYMBOL(__bb_init_func); diff --git a...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...; +#include <linux/init.h> +#include <linux/ctype.h> +#include <linux/proc_fs.h> +#include <asm/uaccess.h> /* If read and write race, the read will still atomically read a valid * value. diff --git a/arch/um/kernel/gmon_syms.c b/arch/um/kernel/gmon_syms.c index 13aa115..2f61f6a 100644 --- a/arch/um/kernel/gmon_syms.c +++ b/arch/um/kernel/gmon_syms.c @@ -3,7 +3,7 @@ * Licensed under the GPL */ -#include "linux/module.h" +#include <linux/module.h> extern void __bb_init_func(void *) __attribute__((weak)); EXPORT_SYMBOL(__bb_init_func); diff --git a...