From: Simon Glass Date: Tue, 26 Jul 2016 00:59:01 +0000 (-0600) Subject: dtoc: Move the struct import into the correct order X-Git-Tag: v2016.11-rc1~122^2~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58593115453199eb136f1c625bc29e44d057c07e;p=oweals%2Fu-boot.git dtoc: Move the struct import into the correct order This should be in with the other system includes. Move it. Signed-off-by: Simon Glass --- diff --git a/tools/dtoc/dtoc.py b/tools/dtoc/dtoc.py index ec80abe717..e9ab46f706 100755 --- a/tools/dtoc/dtoc.py +++ b/tools/dtoc/dtoc.py @@ -9,6 +9,7 @@ import copy from optparse import OptionError, OptionParser import os +import struct import sys import fdt_util @@ -29,8 +30,6 @@ except ImportError: from fdt_fallback import Fdt import fdt_fallback as fdt -import struct - # When we see these properties we ignore them - i.e. do not create a structure member PROP_IGNORE_LIST = [ '#address-cells',