mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Slim down include/common.h more
@ 2015-01-29  2:14 Masahiro Yamada
  2015-01-29  2:14 ` [PATCH 1/3] linux/bug.h: move BUILD_BUG_ON*() macros Masahiro Yamada
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Masahiro Yamada @ 2015-01-29  2:14 UTC (permalink / raw)
  To: barebox




Masahiro Yamada (3):
  linux/bug.h: move BUILD_BUG_ON*() macros
  asm-generic/bug.h: move BUG(), BUG_ON(), WARN(), WARN_ON() macros
  linux/kernel.h: move some macros and prototypes

 include/asm-generic/bug.h |  37 ++++++++++++++++
 include/common.h          | 108 ----------------------------------------------
 include/linux/bug.h       |  30 +++++++++++++
 include/linux/kernel.h    |  61 ++++++++++++++++++++++++++
 4 files changed, 128 insertions(+), 108 deletions(-)
 create mode 100644 include/asm-generic/bug.h
 create mode 100644 include/linux/bug.h

-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-29  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29  2:14 [PATCH 0/3] Slim down include/common.h more Masahiro Yamada
2015-01-29  2:14 ` [PATCH 1/3] linux/bug.h: move BUILD_BUG_ON*() macros Masahiro Yamada
2015-01-29  2:14 ` [PATCH 2/3] asm-generic/bug.h: move BUG(), BUG_ON(), WARN(), WARN_ON() macros Masahiro Yamada
2015-01-29  2:14 ` [PATCH 3/3] linux/kernel.h: move some macros and prototypes Masahiro Yamada
2015-01-29  3:54 ` [PATCH 0/3] Slim down include/common.h more Masahiro Yamada
2015-01-29  8:04   ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox