Re: linux/wrapper.h, where does it come from?

From: Paul Jackson
Date: Tue Jun 08 2004 - 17:14:21 EST


> 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@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/