From: Mike Frysinger Date: Mon, 14 Sep 2009 21:22:06 +0000 (+0000) Subject: Blackfin: fix elf_fpregset_t definition X-Git-Tag: v2.6.32-rc1~662^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b67d91b3e2c789952379f5157704c2162330492;p=pandora-kernel.git Blackfin: fix elf_fpregset_t definition The elf_fpregset_t type relied on an empty struct in the asm/user.h, but the transition to asm-generic/user.h dropped that empty struct. Rather than restore this useless struct, define the only user (elf_fpregset_t) as an empty struct itself. This fixes building when ELF dump support is enabled. Signed-off-by: Mike Frysinger --- Reading git-diff-tree failed