parisc: move dereference_function_descriptor to process.c
authorKyle McMartin <kyle@mcmartin.ca>
Sun, 15 Mar 2009 20:49:55 +0000 (16:49 -0400)
committerKyle McMartin <kyle@mcmartin.ca>
Thu, 2 Apr 2009 04:16:27 +0000 (04:16 +0000)
commitb609308e1415efebdf79ebd553f4dd47b0ff2722
tree49755dcda956ee0ce75d6f3d3e38e4d54245f799
parentbf589a349b9a41ea202ddb8115b18f543b944bfd
parisc: move dereference_function_descriptor to process.c

Commit deac93df26b20cf8438339b5935b5f5643bc30c9 fixed up printing
of %pF on parisc, but added the dereference_function_descriptor
prototype to module.c... this isn't a particularly wise idea as
module.c might not always be compiled.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/module.c
arch/parisc/kernel/process.c