linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver
@ 2011-05-26 22:55 Timur Tabi
  2011-05-27 12:29 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Timur Tabi @ 2011-05-26 22:55 UTC (permalink / raw)
  To: kumar.gala, akpm, linuxppc-dev, linux-kernel

fsl_hypervisor.h includes an ioctl interface, so it should be made available
via "make headers_install".

Signed-off-by: Timur Tabi <timur@freescale.com>
---

This adds one change that I forgot to include in my previous patch,
"drivers/misc: introduce Freescale hypervisor management driver".

Kumar, if at all possible, please squash this patch into that one.

 include/linux/Kbuild |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 75cf611..68c341a 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -134,6 +134,7 @@ header-y += firewire-cdev.h
 header-y += firewire-constants.h
 header-y += flat.h
 header-y += fs.h
+header-y += fsl_hypervisor.h
 header-y += fuse.h
 header-y += futex.h
 header-y += gameport.h
-- 
1.7.3.4



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

* Re: [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver
  2011-05-26 22:55 [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver Timur Tabi
@ 2011-05-27 12:29 ` Kumar Gala
  0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2011-05-27 12:29 UTC (permalink / raw)
  To: Timur Tabi; +Cc: akpm, linuxppc-dev, linux-kernel


On May 26, 2011, at 5:55 PM, Timur Tabi wrote:

> fsl_hypervisor.h includes an ioctl interface, so it should be made available
> via "make headers_install".
> 
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
> 
> This adds one change that I forgot to include in my previous patch,
> "drivers/misc: introduce Freescale hypervisor management driver".
> 
> Kumar, if at all possible, please squash this patch into that one.
> 
> include/linux/Kbuild |    1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)

Just repost the patch you want this merged in.

- k

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

end of thread, other threads:[~2011-05-27 12:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-26 22:55 [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver Timur Tabi
2011-05-27 12:29 ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).