diff options
author | Geoff Levand <geoff@infradead.org> | 2013-04-28 12:17:58 -0700 |
---|---|---|
committer | Geoff Levand <geoff@infradead.org> | 2013-05-03 17:12:15 -0700 |
commit | 478d08edd798815929729a17b4c34a9ebb9b559e (patch) | |
tree | 3f757f6c73ca312f56181a04998cab97f3438ee5 /discover/udev.h | |
parent | 0c3348684455144089d1da574b1096c95f4b0a80 (diff) | |
download | talos-petitboot-478d08edd798815929729a17b4c34a9ebb9b559e.tar.gz talos-petitboot-478d08edd798815929729a17b4c34a9ebb9b559e.zip |
discover: Remove empty routine udev_trigger
With the switch of the discover server to use the libudev
enumeration support the udev_trigger() routine has becone
empty and is no longer needed.
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'discover/udev.h')
-rw-r--r-- | discover/udev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discover/udev.h b/discover/udev.h index 2ea9090..ea6f30d 100644 --- a/discover/udev.h +++ b/discover/udev.h @@ -7,7 +7,6 @@ struct waitset; struct pb_udev *udev_init(struct waitset *waitset, struct device_handler *handler); -int udev_trigger(struct pb_udev *udev); void udev_destroy(struct pb_udev *udev); #endif /* _UDEV_H */ |