component: remove old add_components method
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 18 Apr 2014 21:10:32 +0000 (22:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 7 Dec 2015 00:02:00 +0000 (00:02 +0000)
commitfae9e2e07af07baabb8c26a31b3f7d8fdf89809e
treef17848b1656f499576da43807f40aef5645cfb66
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
component: remove old add_components method

Now that drivers create an array of component matches at probe time, we
can retire the old methods.  This involves removing the add_components
master method, and removing component_master_add_child() from public
view.  We also remove component_add_master() as that interface is no
longer useful.

Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/base/component.c
include/linux/component.h