diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2013-10-01 18:15:25 +0200 |
---|---|---|
committer | H. Nikolaus Schaller <hns@goldelico.com> | 2013-10-01 18:15:25 +0200 |
commit | 12ddb12ff7f9b8c3463c659f10ba69adf2530490 (patch) | |
tree | 44ace1bc2dd9e7df07d0709767c979a741571c6f | |
parent | fd0d3fd89646905b3a5c6d737617edace1239c7f (diff) | |
download | kernel_goldelico_gta04-12ddb12ff7f9b8c3463c659f10ba69adf2530490.zip kernel_goldelico_gta04-12ddb12ff7f9b8c3463c659f10ba69adf2530490.tar.gz kernel_goldelico_gta04-12ddb12ff7f9b8c3463c659f10ba69adf2530490.tar.bz2 |
coding style cleanup
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
-rw-r--r-- | scripts/sortextable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 0c22133..a51f416 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -29,7 +29,7 @@ #include <unistd.h> #include <asm/types.h> // get definitins for __u16 etc. -#define __ASSEMBLY__ // would conflict over fd_set, dev_t etc. from sys/types of HOSTCC +#define __ASSEMBLY__ // would conflict over fd_set, dev_t etc. from sys/types of HOSTCC #include <tools/be_byteshift.h> #include <tools/le_byteshift.h> |