X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=drivers%2Finfiniband%2Fcore%2Fagent.h;h=fb9ed1489f95e6e09208ae3a777a60060fd96135;hb=92633b72d18ca4f25de1f28e436a882159491e7e;hp=86d72fab37b0d4cccff79885368e608abd1ebcec;hpb=2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/drivers/infiniband/core/agent.h b/drivers/infiniband/core/agent.h index 86d72fab37b0..fb9ed1489f95 100644 --- a/drivers/infiniband/core/agent.h +++ b/drivers/infiniband/core/agent.h @@ -46,8 +46,8 @@ extern int ib_agent_port_open(struct ib_device *device, int port_num); extern int ib_agent_port_close(struct ib_device *device, int port_num); -extern int agent_send_response(struct ib_mad *mad, struct ib_grh *grh, - struct ib_wc *wc, struct ib_device *device, - int port_num, int qpn); +extern void agent_send_response(struct ib_mad *mad, struct ib_grh *grh, + struct ib_wc *wc, struct ib_device *device, + int port_num, int qpn); #endif /* __AGENT_H_ */