diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-21 01:52:10 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-05-25 02:45:17 +0000 |
commit | 2df1c124c4d2a05eee8af3572d0ab5f1de7b7cf3 (patch) | |
tree | 4d6db5d2361b28bf67e2fda49093d463526004f4 /src/include/device/path.h | |
parent | f6a4344c5b41c30bd918371796962bce29872676 (diff) |
device: Move find_dev_path() to device_const.c
Change-Id: I8a27aa7157b5706623272ba9354ed8dff9b8184f
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26446
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include/device/path.h')
-rw-r--r-- | src/include/device/path.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/device/path.h b/src/include/device/path.h index 067a507166..0d9c681c88 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -125,7 +125,6 @@ struct device_path { #define DEVICE_PATH_MAX 30 #define BUS_PATH_MAX (DEVICE_PATH_MAX+10) -extern int path_eq(struct device_path *path1, struct device_path *path2); extern const char *dev_path_name(enum device_path_type type); #endif /* DEVICE_PATH_H */ |