All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mips: asm/io.h: Add in <linux/bug.h>
@ 2016-01-25 23:53 Tom Rini
  2016-01-26 22:45 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Rini @ 2016-01-25 23:53 UTC (permalink / raw)
  To: u-boot

As part of the bug.h / BUILD_BUG_* clean up, this file was missed.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 arch/mips/include/asm/io.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/mips/include/asm/io.h b/arch/mips/include/asm/io.h
index b8ac5a5..f71e342 100644
--- a/arch/mips/include/asm/io.h
+++ b/arch/mips/include/asm/io.h
@@ -10,6 +10,7 @@
 #ifndef _ASM_IO_H
 #define _ASM_IO_H
 
+#include <linux/bug.h>
 #include <linux/compiler.h>
 #include <linux/types.h>
 
-- 
1.7.9.5

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

* [U-Boot] [PATCH] mips: asm/io.h: Add in <linux/bug.h>
  2016-01-25 23:53 [U-Boot] [PATCH] mips: asm/io.h: Add in <linux/bug.h> Tom Rini
@ 2016-01-26 22:45 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-01-26 22:45 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 25, 2016 at 06:53:06PM -0500, Tom Rini wrote:

> As part of the bug.h / BUILD_BUG_* clean up, this file was missed.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160126/39c2524d/attachment.sig>

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

end of thread, other threads:[~2016-01-26 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-25 23:53 [U-Boot] [PATCH] mips: asm/io.h: Add in <linux/bug.h> Tom Rini
2016-01-26 22:45 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.