X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fiseries%2Fhv_lp_event.h;h=6ce2ce1e26909a0bc80bf84c772d6cc5338c4b77;hb=12e36b2f41b6cbc67386fcb9c59c32a3e2033905;hp=4065a4de4935f8ec86e19079dab71538542f53cf;hpb=a2b421fee37d34c09bd2a14d3e9294f838c64370;p=powerpc.git diff --git a/include/asm-powerpc/iseries/hv_lp_event.h b/include/asm-powerpc/iseries/hv_lp_event.h index 4065a4de49..6ce2ce1e26 100644 --- a/include/asm-powerpc/iseries/hv_lp_event.h +++ b/include/asm-powerpc/iseries/hv_lp_event.h @@ -50,7 +50,7 @@ struct HvLpEvent { u64 xCorrelationToken; /* Unique value for source/type x10-x17 */ }; -typedef void (*LpEventHandler)(struct HvLpEvent *, struct pt_regs *); +typedef void (*LpEventHandler)(struct HvLpEvent *); /* Register a handler for an event type - returns 0 on success */ extern int HvLpEvent_registerHandler(HvLpEvent_Type eventType,