* is there any value in exporting <linux/irqnr.h> to userspace?
@ 2012-08-27 19:42 Robert P. J. Day
2012-08-29 14:27 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Robert P. J. Day @ 2012-08-27 19:42 UTC (permalink / raw)
To: Linux Kbuild mailing list
given that irqnr.h is completely wrapped in a __KERNEL__ test, it
ends up in userspace with no actual content, and the only header file
that includes it is random.h. so would it not make sense to drop that
#include from random.h, then drop irqnr.h from being exported?
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: is there any value in exporting <linux/irqnr.h> to userspace?
2012-08-27 19:42 is there any value in exporting <linux/irqnr.h> to userspace? Robert P. J. Day
@ 2012-08-29 14:27 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2012-08-29 14:27 UTC (permalink / raw)
To: Robert P. J. Day; +Cc: Linux Kbuild mailing list
On 27.8.2012 21:42, Robert P. J. Day wrote:
>
> given that irqnr.h is completely wrapped in a __KERNEL__ test, it
> ends up in userspace with no actual content, and the only header file
> that includes it is random.h. so would it not make sense to drop that
> #include from random.h, then drop irqnr.h from being exported?
Yes. Please submit a patch and CC lkml.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-29 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-27 19:42 is there any value in exporting <linux/irqnr.h> to userspace? Robert P. J. Day
2012-08-29 14:27 ` Michal Marek
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.