Re: [PATCH 02/12] drm/pci: Hide legacy PCI functions from non-legacy code

2019-12-03 Thread Thomas Zimmermann
Hi Emil Am 03.12.19 um 12:09 schrieb Emil Velikov: > On Tue, 3 Dec 2019 at 11:06, Emil Velikov wrote: >> >> Hi Thomas, >> >> On Tue, 3 Dec 2019 at 10:04, Thomas Zimmermann wrote: >>> >>> Declarations of drm_legacy_pci_{init,exit}() are being moved to >>> drm_legacy.h. CONFIG_DRM_LEGACY protects

Re: [PATCH 02/12] drm/pci: Hide legacy PCI functions from non-legacy code

2019-12-03 Thread Emil Velikov
On Tue, 3 Dec 2019 at 11:06, Emil Velikov wrote: > > Hi Thomas, > > On Tue, 3 Dec 2019 at 10:04, Thomas Zimmermann wrote: > > > > Declarations of drm_legacy_pci_{init,exit}() are being moved to > > drm_legacy.h. CONFIG_DRM_LEGACY protects the implementation. > > > > Signed-off-by: Thomas

Re: [PATCH 02/12] drm/pci: Hide legacy PCI functions from non-legacy code

2019-12-03 Thread Emil Velikov
Hi Thomas, On Tue, 3 Dec 2019 at 10:04, Thomas Zimmermann wrote: > > Declarations of drm_legacy_pci_{init,exit}() are being moved to > drm_legacy.h. CONFIG_DRM_LEGACY protects the implementation. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_pci.c | 4 >