summaryrefslogtreecommitdiffstats
path: root/discover/udev.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-01-21 16:26:56 -0800
committerJeremy Kerr <jk@ozlabs.org>2009-02-01 11:49:29 +1100
commitdae4540e417e2bf72dd83b2713a670bde0056ba9 (patch)
treebf6f168b7f865e3a35eda16879c2d43637056b3f /discover/udev.c
parent6106bb6672af26232546c07a4b631779f21dbbb0 (diff)
downloadtalos-petitboot-dae4540e417e2bf72dd83b2713a670bde0056ba9.tar.gz
talos-petitboot-dae4540e417e2bf72dd83b2713a670bde0056ba9.zip
Move log to library
Move the log routines to the petitboot library. The log routines are generic enough to be used for both server and client. Does not change the log source. jk: move to lib/log/ instead of lib/ Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/udev.c')
-rw-r--r--discover/udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/udev.c b/discover/udev.c
index 66d9544..9d62840 100644
--- a/discover/udev.c
+++ b/discover/udev.c
@@ -11,9 +11,9 @@
#include <talloc/talloc.h>
#include <waiter/waiter.h>
+#include <log/log.h>
#include "udev.h"
-#include "log.h"
#include "pb-discover.h"
#include "device-handler.h"
OpenPOWER on IntegriCloud