<p>Hi,</p>
<p>I am building a kernel module on linux-2.6.31 on a PowerPC architecture.</p>
<p>While buildng the module i am including a static library given by the client.</p>
<p>I am getting the below warning while building the module with the library:</p>
<p>WARNING: /home/drivers/modules/module.o (.ghsinfo): unexpected non-allocatable section.<br>Did you forget to use "ax"/"aw" in a .S file?<br>Note that for example <linux/init.h> contains<br>section definitions for use in .S files.</p>

<p>The .ghsinfo section i havent used in my code. It is being used in the Library given by the client.</p>
<div>Does anyone know how do i include a section (namely .ghsinfo) into the kernel to get rid of the above warning?</div>
<div> </div>
<div>Regards,</div>
<div>Azhar</div>