[PATCH 14/18] drm: inline drm_pci_set_unique

2014-04-17 Thread Thierry Reding
On Fri, Apr 11, 2014 at 11:36:11PM +0200, Daniel Vetter wrote: [...] > diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c > index 93a42040bedb..5aea5b57ba4b 100644 > --- a/drivers/gpu/drm/drm_ioctl.c > +++ b/drivers/gpu/drm/drm_ioctl.c > @@ -93,7 +93,8 @@ drm_unset_busid(struct

[PATCH 14/18] drm: inline drm_pci_set_unique

2014-04-11 Thread Daniel Vetter
This is only used for drm versions 1.0, and kms drivers have never been there. So we can appropriately restrict this to legacy and hence pci devices and inline everything. v2: Make the dummy function actually return something, caught by Wu Fengguang's 0-day tester. Signed-off-by: Daniel Vetter -