hello,
i'm using
pm_set_ops(&my_pm_ops);
function to register custom hw-dependent suspend routines, but when I try to compile this code as module it warns, that symbol pm_set_ops undefined, but when compiling as built-in there is not any problem.
The questions is
1) is it stupid to try implement such kind of things as module?
2) how i can figure out if it is not?
--------
Igor Pavlenko
ipavlster@xxxxxxxxx