summaryrefslogtreecommitdiff
path: root/net/9p/Kconfig
diff options
context:
space:
mode:
authorMitch Williams <mitch.a.williams@intel.com>2016-11-11 12:39:39 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2017-02-02 22:40:09 -0800
commit17901e1bde9b959b535d075f137d5a86ca64f1c9 (patch)
treea661dba742174be74edab094ac2205730d5c3149 /net/9p/Kconfig
parent6de432c5ae28e7330e14e85c4c614a67a0a12263 (diff)
i40evf: remove unused device ID
This device ID was intended for use when running Linux VF drivers under Hyper-V, but we have determined that it is not necessary. Since it is unused, and will never be used, remove it. Change-ID: I74998ab4237db043cd400547bb54a0a5e2a37ea5 Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'net/9p/Kconfig')
0 files changed, 0 insertions, 0 deletions
13:30 +0100'>2017-02-06can: flexcan: make declaration of devtype_data constMarc Kleine-Budde1-4/+4 This patch changes the declaration of the devtype data to const. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 2017-02-06can: flexcan: remove write-only member pdata of struct flexcan_privMarc Kleine-Budde1-2/+0 This patch removes the write only member pdata from the struct flexcan_priv. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 2017-02-06can: flexcan: add missing register definitionsMarc Kleine-Budde1-3/+10 This patch adds some missing register definitions, which are needed in an upcoming patch. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> 2017-02-06can: rx-offload: Add support for timestamp based irq offloadingMarc Kleine-Budde