From 92889eca62fcd5b72d7c54101c35ff6d6d477c40 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Fri, 23 Sep 2016 15:08:17 +0200 Subject: device: Move the different device type registrations to the device type file While at it; make device_types static if only used in the device type file Signed-off-by: Hans Dedecker --- alias.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'alias.c') diff --git a/alias.c b/alias.c index f95c9f5..649f2d1 100644 --- a/alias.c +++ b/alias.c @@ -30,8 +30,6 @@ struct alias_device { char name[]; }; -static struct device_type alias_device_type; - static void alias_set_device(struct alias_device *alias, struct device *dev) { if (dev == alias->dep.dev) { -- cgit v1.2.1