Message ID | 20180218132459.11011-8-luca@coelho.fi (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
diff --git a/backport/backport-include/linux/gfp.h b/backport/backport-include/linux/gfp.h index b4db7bb9066e..42f818f1fee3 100644 --- a/backport/backport-include/linux/gfp.h +++ b/backport/backport-include/linux/gfp.h @@ -10,4 +10,4 @@ #define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ #endif -#endif /* __BACKPORT_TIMKEEPING_H */ +#endif /* __BACKPORT_LINUX_GFP_H */ diff --git a/backport/backport-include/linux/timekeeping.h b/backport/backport-include/linux/timekeeping.h index b683d1298336..0b9c649a3395 100644 --- a/backport/backport-include/linux/timekeeping.h +++ b/backport/backport-include/linux/timekeeping.h @@ -1,5 +1,5 @@ -#ifndef __BACKPORT_TIMKEEPING_H -#define __BACKPORT_TIMKEEPING_H +#ifndef __BACKPORT_TIMEKEEPING_H +#define __BACKPORT_TIMEKEEPING_H #include <linux/version.h> #include <linux/types.h> @@ -35,4 +35,4 @@ static inline time64_t ktime_get_seconds(void) } #endif -#endif /* __BACKPORT_TIMKEEPING_H */ +#endif /* __BACKPORT_TIMEKEEPING_H */