From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Date: Sun, 29 Mar 2015 13:42:38 +0000 Subject: [PATCH 70/86] fbdev/gxt4500: use uapi/linux/pci_ids.h directly Message-Id: <1427635734-24786-71-git-send-email-mst@redhat.com> List-Id: References: <1427635734-24786-1-git-send-email-mst@redhat.com> In-Reply-To: <1427635734-24786-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Laurent Pinchart , Daniel Vetter , Rob Clark , Jingoo Han , linux-fbdev@vger.kernel.org Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, use the new header directly so we can drop the wrapper in include/linux/pci_ids.h. Signed-off-by: Michael S. Tsirkin --- drivers/video/fbdev/gxt4500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/fbdev/gxt4500.c b/drivers/video/fbdev/gxt4500.c index 135d78a..2415d3d 100644 --- a/drivers/video/fbdev/gxt4500.c +++ b/drivers/video/fbdev/gxt4500.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include -- MST