From: Suzuki K. Poulose Date: Thu, 29 Aug 2013 09:04:10 +0000 (+0530) Subject: s390/dis: rename structures for unique types X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~58^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f616d6760716f702b3aa459fd20c8d8cce693abd;p=pandora-kernel.git s390/dis: rename structures for unique types Rename 'insn' and 'operand' structures to more canonical names to avoid conflicts. struct insn represents information about an instruction, including the mnemonics, format and opcode. struct operand represents the 'properties' and information on howto interpret the operand value and doesn't contain the value. We rename these structures for avoiding a global conflict. i.e, 1,$s/struct insn/struct s390_insn/g 1,$s/struct operand/struct s390_operand/g Signed-off-by: Suzuki K Poulose Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed