Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drivers: hv: vmbus_drv: Remove reference to hpyerv_fb

Remove hyperv_fb reference as the driver is removed.

Signed-off-by: Prasanna Kumar T S M <ptsm@linux.microsoft.com>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Prasanna Kumar T S M and committed by
Helge Deller
d65f2978 011a0502

+2 -2
+2 -2
drivers/hv/vmbus_drv.c
··· 2356 2356 } 2357 2357 2358 2358 /* 2359 - * Release the PCI device so hyperv_drm or hyperv_fb driver can 2360 - * grab it later. 2359 + * Release the PCI device so hyperv_drm driver can grab it 2360 + * later. 2361 2361 */ 2362 2362 pci_dev_put(pdev); 2363 2363 }