summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2017-12-07 09:38:51 -0600
committerMark Brown <broonie@kernel.org>2017-12-07 17:47:17 +0000
commit283c35062f778fc40f8eb5dc004ca37a7208ea66 (patch)
treed687bd3c58b29dbf477c27a1d73a8d843d1517c8 /scripts/const_structs.checkpatch
parentdcb407b257af06fa58b0544ec01ec9e0d3927e02 (diff)
downloadkernel-283c35062f778fc40f8eb5dc004ca37a7208ea66.tar.gz
ASoC: tlv320aic31xx: Fix GPIO header includes
Use of gpiod_* needs <linux/gpio/consumer.h>, add this here. Fixes: b6b247cd5e37 ("ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* API") Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
&id=4628803062d93dadc6ba8e801fd075526904a38c'>kobject core: remove rwsem from struct subsystemGreg Kroah-Hartman 2007-04-27kobject: kobject_add() reference leakCornelia Huck 2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes 2007-04-27kobject: kobject_shadow_add cleanupDmitriy Monakhov 2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers 2007-03-09kobject: new_device->kref wasn't putted after error in kobject_move()Dmitriy Monakhov 2007-02-19Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds 2007-02-16PCI/sysfs/kobject kernel-doc fixesRandy Dunlap 2007-02-16kobject: kobj->k_name verification fixMartin Stoilov 2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day 2007-02-07sysfs: Shadow directory supportEric W. Biederman 2007-02-07kobject: kobject_put cleanupMariusz Kozlowski 2007-02-07driver core: Allow device_move(dev, NULL).Cornelia Huck 2007-02-07Kobject: make kobject apis more robust in handling NULL pointersGreg Kroah-Hartman 2006-12-07[PATCH] kernel core: replace kmalloc+memset with kzallocBurman Yan 2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck 2006-10-11Input: add missing exports to fix modular buildDmitry Torokhov 2006-09-25kobject: must_check fixesRandy Dunlap