]> www.infradead.org Git - users/jedix/linux-maple.git/commit
driver core: attribute_container: Remove unused functions
authorDr. David Alan Gilbert <linux@treblig.org>
Fri, 13 Sep 2024 01:09:55 +0000 (02:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Sep 2024 13:41:42 +0000 (15:41 +0200)
commit6a36d828bdef0e02b1e6c12e2160f5b83be6aab5
tree53869480de09eb3f5129c23bf9fa9ef023863f04
parentefb0b309fa0d8a92f9b303d292944cda08349eed
driver core: attribute_container: Remove unused functions

I can't find any use of 'attribute_container_add_class_device_adapter'
or 'attribute_container_trigger' in git history.
Their export decls went in 2006:
  commit 1740757e8f94 ("[PATCH] Driver Core: remove unused exports")

and their docs disappeared in 2016:
  commit 47cb398dd75a ("Docs: sphinxify device-drivers.tmpl")

Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240913010955.1393995-1-linux@treblig.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/attribute_container.c
include/linux/attribute_container.h