2012-10-13 02:30:34

by Steven Rostedt

[permalink] [raw]
Subject: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

From: Steven Rostedt <[email protected]>

All the headers but kvm_para.h use the Kbuild infrastructure to
get to the asm-generic headers.

Cc: [email protected]
Cc: [email protected]
Cc: Jonas Bonn <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
---
arch/openrisc/include/asm/Kbuild | 1 +
arch/openrisc/include/asm/kvm_para.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 arch/openrisc/include/asm/kvm_para.h

diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild
index 7140b6b..d715037 100644
--- a/arch/openrisc/include/asm/Kbuild
+++ b/arch/openrisc/include/asm/Kbuild
@@ -34,6 +34,7 @@ generic-y += ipcbuf.h
generic-y += irq_regs.h
generic-y += kdebug.h
generic-y += kmap_types.h
+generic-y += kvm_para.h
generic-y += local.h
generic-y += mman.h
generic-y += module.h
diff --git a/arch/openrisc/include/asm/kvm_para.h b/arch/openrisc/include/asm/kvm_para.h
deleted file mode 100644
index 14fab8f..0000000
--- a/arch/openrisc/include/asm/kvm_para.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>
--
1.7.10.4


2012-10-13 06:32:40

by Jonas Bonn

[permalink] [raw]
Subject: Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

On 13 October 2012 04:26, Steven Rostedt <[email protected]> wrote:
> From: Steven Rostedt <[email protected]>
>
> All the headers but kvm_para.h use the Kbuild infrastructure to
> get to the asm-generic headers.
>
> Cc: [email protected]
> Cc: [email protected]
> Cc: Jonas Bonn <[email protected]>
> Signed-off-by: Steven Rostedt <[email protected]>

Acked-by: Jonas Bonn <[email protected]>

2012-10-13 13:55:21

by Steven Rostedt

[permalink] [raw]
Subject: Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote:
> On 13 October 2012 04:26, Steven Rostedt <[email protected]> wrote:
> > From: Steven Rostedt <[email protected]>
> >
> > All the headers but kvm_para.h use the Kbuild infrastructure to
> > get to the asm-generic headers.
> >
> > Cc: [email protected]
> > Cc: [email protected]
> > Cc: Jonas Bonn <[email protected]>
> > Signed-off-by: Steven Rostedt <[email protected]>
>
> Acked-by: Jonas Bonn <[email protected]>

Thanks Jonas,

Would you like to pull this into your tree? It's not dependent on any of
the other patches. Or I can take care of it too.

-- Steve

2012-10-14 10:36:28

by Jonas Bonn

[permalink] [raw]
Subject: Re: [PATCH 15/25] openrisc: Use Kbuild infrastructure for kvm_para.h

On 13 October 2012 15:55, Steven Rostedt <[email protected]> wrote:
> On Sat, 2012-10-13 at 08:32 +0200, Jonas Bonn wrote:
>> On 13 October 2012 04:26, Steven Rostedt <[email protected]> wrote:
>> > Signed-off-by: Steven Rostedt <[email protected]>
>>
>> Acked-by: Jonas Bonn <[email protected]>
>
> Thanks Jonas,
>
> Would you like to pull this into your tree? It's not dependent on any of
> the other patches. Or I can take care of it too.
>

Sure, I'll take this via the openrisc tree.

Thanks,
Jonas