[khromy]
> 2.4.0-test13-pre3 unresolved symbols:
> 
> modprobe ad1848
> /lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol 
>pm_unregister_Reccd1e64
> /lib/modules/2.4.0-test13-pre3/kernel/drivers/sound/ad1848.o: unresolved symbol 
>pm_register_R8dbab11c

Looks like your symbol versions got out of sync, somehow.
Unfortunately this is fairly easy to do, due to the fragile nature of
MODVERSIONS.

  cp .config ..
  make mrproper
  cp ../.config .
  make oldconfig
  make dep

and try again.

Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to