search for: 73f36b2

Displaying 2 results from an estimated 2 matches for "73f36b2".

Did you mean: 63c36b2
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...-#include "asm/pgtable-3level.h" +#include <asm/pgtable-3level.h> #else -#include "asm/pgtable-2level.h" +#include <asm/pgtable-2level.h> #endif extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; diff --git a/include/asm-um/poll.h b/include/asm-um/poll.h index 1eb4e1b..73f36b2 100644 --- a/include/asm-um/poll.h +++ b/include/asm-um/poll.h @@ -1,6 +1,6 @@ #ifndef __UM_POLL_H #define __UM_POLL_H -#include "asm/arch/poll.h" +#include <asm/arch/poll.h> #endif diff --git a/include/asm-um/posix_types.h b/include/asm-um/posix_types.h index 32fb419..cfe74e...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...-#include "asm/pgtable-3level.h" +#include <asm/pgtable-3level.h> #else -#include "asm/pgtable-2level.h" +#include <asm/pgtable-2level.h> #endif extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; diff --git a/include/asm-um/poll.h b/include/asm-um/poll.h index 1eb4e1b..73f36b2 100644 --- a/include/asm-um/poll.h +++ b/include/asm-um/poll.h @@ -1,6 +1,6 @@ #ifndef __UM_POLL_H #define __UM_POLL_H -#include "asm/arch/poll.h" +#include <asm/arch/poll.h> #endif diff --git a/include/asm-um/posix_types.h b/include/asm-um/posix_types.h index 32fb419..cfe74e...