public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [mmotm-2008-12-11-15-20] __unsafe() not defined.
@ 2008-12-12  2:09 Tetsuo Handa
  2008-12-12  2:17 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Tetsuo Handa @ 2008-12-12  2:09 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

I got this compilation error using gcc (GCC) 3.3.5 (Debian 1:3.3.5-13).

  drivers/pci/hotplug/ibmphp_core.c: In function `ibmphp_init':
  drivers/pci/hotplug/ibmphp_core.c:1409: error: implicit declaration of function `__unsafe'
  make[3]: *** [drivers/pci/hotplug/ibmphp_core.o] Error 1
  make[2]: *** [drivers/pci/hotplug] Error 2
  make[1]: *** [drivers/pci] Error 2
  make: *** [drivers] Error 2

"grep -Fr __unsafe ." shows only one line.

  ./drivers/pci/hotplug/ibmphp_core.c:    __unsafe(THIS_MODULE);

Where is __unsafe defined?

Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-12-16  0:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-12  2:09 [mmotm-2008-12-11-15-20] __unsafe() not defined Tetsuo Handa
2008-12-12  2:17 ` Andrew Morton
2008-12-12 14:40   ` Neil Horman
2008-12-16  0:36     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox