From: Sam Ravnborg Date: Sun, 9 Jul 2006 14:26:07 +0000 (+0200) Subject: kbuild: improve error from file2alias X-Git-Tag: v2.6.18-rc4~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb33d81613a4e3e27972a65b6e566de50a447d33;p=pandora-kernel.git kbuild: improve error from file2alias The original errormessage was just plain unreadable. Sample error message after this update (not for real - I provoked it): FATAL: drivers/net/s2io: sizeof(struct pci_device_id)=33 is not a modulo of the size of section __mod_pci_device_table=160. Fix definition of struct pci_device_id in mod_devicetable.h Before a warning was generated - this is now a fatal error. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed