* linux/wrapper.h, where does it come from?
@ 2004-06-08 21:02 David Ford
2004-06-08 22:10 ` Paul Jackson
2004-06-08 22:22 ` Paul Jackson
0 siblings, 2 replies; 3+ messages in thread
From: David Ford @ 2004-06-08 21:02 UTC (permalink / raw)
To: linux-kernel mailing list
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
Whilst trying to emerge a package recently, it failed due to a missing
include file. Searching 2.6.7-rc2 source, I see two references to
<linux/wrapper.h>, but no actual wrapper.h file except for the IrDA
wrapper.h file.
sound/oss/swarm_cs4297a.c:#include <linux/wrapper.h>
sound/oss/au1000.c:#include <linux/wrapper.h>
These two files include it. While compiling the qc-usb module, it's
searching for this file.
Any takers?
Thanks
[-- Attachment #2: david+challenge-response.vcf --]
[-- Type: text/x-vcard, Size: 183 bytes --]
begin:vcard
fn:David Ford
n:Ford;David
email;internet:david@blue-labs.org
title:Industrial Geek
tel;home:Ask please
tel;cell:(203) 650-3611
x-mozilla-html:TRUE
version:2.1
end:vcard
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: linux/wrapper.h, where does it come from?
2004-06-08 21:02 linux/wrapper.h, where does it come from? David Ford
@ 2004-06-08 22:10 ` Paul Jackson
2004-06-08 22:22 ` Paul Jackson
1 sibling, 0 replies; 3+ messages in thread
From: Paul Jackson @ 2004-06-08 22:10 UTC (permalink / raw)
To: David Ford; +Cc: linux-kernel
> These two files include it. While compiling the qc-usb module, it's
> searching for this file.
Could it be they are looking for the Linux 2.4 header file
include/linux/wrapper.h, which contains in its entirety:
====================== begin snip ======================
#ifndef _WRAPPER_H_
#define _WRAPPER_H_
#define mem_map_reserve(p) set_bit(PG_reserved, &((p)->flags))
#define mem_map_unreserve(p) clear_bit(PG_reserved, &((p)->flags))
#endif /* _WRAPPER_H_ */
====================== end snip ======================
Without this, I don't see offhand how either of the files:
sound/oss/au1000.c
sound/oss/ite8172.c
could be compiled, as they seem to use these mem_map_[un]*reserve() macros.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: linux/wrapper.h, where does it come from?
2004-06-08 21:02 linux/wrapper.h, where does it come from? David Ford
2004-06-08 22:10 ` Paul Jackson
@ 2004-06-08 22:22 ` Paul Jackson
1 sibling, 0 replies; 3+ messages in thread
From: Paul Jackson @ 2004-06-08 22:22 UTC (permalink / raw)
To: linux-kernel
Your challenge response email bounced David.
Hopefully you're reading lkml ...
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi.com> 1.650.933.1373
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-08 22:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-08 21:02 linux/wrapper.h, where does it come from? David Ford
2004-06-08 22:10 ` Paul Jackson
2004-06-08 22:22 ` Paul Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox