From: Timur Tabi <timur@freescale.com>
To: <kumar.gala@freescale.com>, <akpm@linux-foundation.org>,
<linuxppc-dev@ozlabs.org>, <linux-kernel@vger.kernel.org>
Subject: [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver
Date: Thu, 26 May 2011 17:55:01 -0500 [thread overview]
Message-ID: <1306450501-29583-1-git-send-email-timur@freescale.com> (raw)
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
next reply other threads:[~2011-05-26 22:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-26 22:55 Timur Tabi [this message]
2011-05-27 12:29 ` [PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver Kumar Gala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1306450501-29583-1-git-send-email-timur@freescale.com \
--to=timur@freescale.com \
--cc=akpm@linux-foundation.org \
--cc=kumar.gala@freescale.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).