Deleted Added
full compact
29c29
< __FBSDID("$FreeBSD: stable/10/sys/cam/ctl/ctl_tpc_local.c 279004 2015-02-19 14:36:03Z mav $");
---
> __FBSDID("$FreeBSD: stable/10/sys/cam/ctl/ctl_tpc_local.c 284798 2015-06-25 07:11:48Z mav $");
72,73c72,73
< static int tpcl_lun_enable(void *arg, struct ctl_id target_id, int lun_id);
< static int tpcl_lun_disable(void *arg, struct ctl_id target_id, int lun_id);
---
> static int tpcl_lun_enable(void *arg, int lun_id);
> static int tpcl_lun_disable(void *arg, int lun_id);
155c155
< tpcl_lun_enable(void *arg, struct ctl_id target_id, int lun_id)
---
> tpcl_lun_enable(void *arg, int lun_id)
162c162
< tpcl_lun_disable(void *arg, struct ctl_id target_id, int lun_id)
---
> tpcl_lun_disable(void *arg, int lun_id)