Commit 9c6234e
drivers: hv: dxgkrnl: Fix build breaks when switching to 6.6 kernel due to hv_driver remove callback change.
The hv_driver remove callback has been updated to return void instead of int.
dxg_remove_vmbus() in dxgmodule.c needs to be updated to match. See this
commit for more context:
96ec293 "Drivers: hv: Make remove callback of hyperv driver void returned"
Signed-off-by: Iouri Tarassov <iourit@linux.microsoft.com>1 parent ccd9169 commit 9c6234e
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
803 | 803 | | |
804 | 804 | | |
805 | 805 | | |
806 | | - | |
| 806 | + | |
807 | 807 | | |
808 | | - | |
809 | 808 | | |
810 | 809 | | |
811 | 810 | | |
| |||
830 | 829 | | |
831 | 830 | | |
832 | 831 | | |
833 | | - | |
834 | 832 | | |
835 | 833 | | |
836 | 834 | | |
837 | | - | |
838 | | - | |
839 | 835 | | |
840 | 836 | | |
841 | 837 | | |
| |||
0 commit comments