summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-16 16:22:47 +0800
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2010-09-17 10:56:24 +0800
commit93bd1526aa15328cd37c2624be22b801d6ca1d1c (patch)
tree14e6a4a1012fc6fccd81328d5bce88aff200d753 /common
parent657c1346944ef268e98c5d68e8252b2e56399c06 (diff)
downloadbarebox-93bd1526aa15328cd37c2624be22b801d6ca1d1c.tar.gz
barebox-93bd1526aa15328cd37c2624be22b801d6ca1d1c.tar.xz
move utsrelease.h to include/generated/ instead of include/linux
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common')
-rw-r--r--common/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c
index 8ed107256d..f1aeeb9df0 100644
--- a/common/command.c
+++ b/common/command.c
@@ -33,7 +33,7 @@
#include <linux/list.h>
#include <init.h>
#include <complete.h>
-#include <linux/utsrelease.h>
+#include <generated/utsrelease.h>
#include <getopt.h>
const char version_string[] =