From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932584AbbC2Nm0 (ORCPT ); Sun, 29 Mar 2015 09:42:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42642 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752882AbbC2NmV (ORCPT ); Sun, 29 Mar 2015 09:42:21 -0400 Date: Sun, 29 Mar 2015 15:42:15 +0200 From: "Michael S. Tsirkin" To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , Jiri Slaby , Andy Shevchenko , Heikki Krogerus , Wang YanQing , Aaron Sierra , Sergej Pupykin , Peter Hung , Alan Cox , linux-serial@vger.kernel.org Subject: [PATCH 64/86] tty/serial: comment update Message-ID: <1427635734-24786-65-git-send-email-mst@redhat.com> References: <1427635734-24786-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1427635734-24786-1-git-send-email-mst@redhat.com> X-Mutt-Fcc: =sent Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Header moved from linux/pci_ids.h to uapi/linux/pci_ids.h, update comment to list the correct header. Signed-off-by: Michael S. Tsirkin --- drivers/tty/serial/8250/8250_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c index 892eb32..7dc6d5f 100644 --- a/drivers/tty/serial/8250/8250_pci.c +++ b/drivers/tty/serial/8250/8250_pci.c @@ -1882,7 +1882,7 @@ pci_wch_ch38x_setup(struct serial_private *priv, #define PCIE_DEVICE_ID_WCH_CH382_2S1P 0x3250 #define PCIE_DEVICE_ID_WCH_CH384_4S 0x3470 -/* Unknown vendors/cards - this should not be in linux/pci_ids.h */ +/* Unknown vendors/cards - this should not be in uapi/linux/pci_ids.h */ #define PCI_SUBDEVICE_ID_UNKNOWN_0x1584 0x1584 #define PCI_SUBDEVICE_ID_UNKNOWN_0x1588 0x1588 -- MST