2012-10-13 02:35:27

by Steven Rostedt

[permalink] [raw]
Subject: [PATCH 04/25] blackfin: 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: Mike Frysinger <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
---
arch/blackfin/include/asm/Kbuild | 1 +
arch/blackfin/include/asm/kvm_para.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
delete mode 100644 arch/blackfin/include/asm/kvm_para.h

diff --git a/arch/blackfin/include/asm/Kbuild b/arch/blackfin/include/asm/Kbuild
index 5a0625a..731b81a 100644
--- a/arch/blackfin/include/asm/Kbuild
+++ b/arch/blackfin/include/asm/Kbuild
@@ -17,6 +17,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 += local64.h
generic-y += local.h
generic-y += mman.h
diff --git a/arch/blackfin/include/asm/kvm_para.h b/arch/blackfin/include/asm/kvm_para.h
deleted file mode 100644
index 14fab8f..0000000
--- a/arch/blackfin/include/asm/kvm_para.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/kvm_para.h>
--
1.7.10.4


2012-10-13 04:12:40

by Mike Frysinger

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

On Friday 12 October 2012 22:26:36 Steven Rostedt wrote:
> From: Steven Rostedt <[email protected]>
>
> All the headers but kvm_para.h use the Kbuild infrastructure to
> get to the asm-generic headers.

Acked-by: Mike Frysinger <[email protected]>
-mike


Attachments:
signature.asc (836.00 B)
This is a digitally signed message part.

2012-10-13 13:54:39

by Steven Rostedt

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

On Sat, 2012-10-13 at 00:12 -0400, Mike Frysinger wrote:
> On Friday 12 October 2012 22:26:36 Steven Rostedt wrote:
> > From: Steven Rostedt <[email protected]>
> >
> > All the headers but kvm_para.h use the Kbuild infrastructure to
> > get to the asm-generic headers.
>
> Acked-by: Mike Frysinger <[email protected]>
> -mike

Thanks Mike,

Would you want to pull this patch into your tree? It's not dependent on
any of the other patches.

-- Steve

2012-10-13 14:53:56

by Bob Liu

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

Hi Steven,

On Sat, Oct 13, 2012 at 9:54 PM, Steven Rostedt <[email protected]> wrote:
> On Sat, 2012-10-13 at 00:12 -0400, Mike Frysinger wrote:
>> On Friday 12 October 2012 22:26:36 Steven Rostedt wrote:
>> > From: Steven Rostedt <[email protected]>
>> >
>> > All the headers but kvm_para.h use the Kbuild infrastructure to
>> > get to the asm-generic headers.
>>
>> Acked-by: Mike Frysinger <[email protected]>
>> -mike
>
> Thanks Mike,
>
> Would you want to pull this patch into your tree? It's not dependent on
> any of the other patches.
>

I'll apply this patch to blackfin git tree on Monday.

Thanks,
--Bob