From 22532578ee0f8725e0155e528c29ff992c1950c7 Mon Sep 17 00:00:00 2001 From: Robin Getz Date: Thu, 25 Jun 2009 15:49:38 +0000 Subject: [PATCH] Blackfin: reject outdated/unused/wrong relocation types All kernel modules are required to be built with -mlong-calls and thus should not generate any of these relocations. If they do, it means the module has not been compiled properly, so rather than trying to handle them (and running into random run time errors) just error out on module load to force the module to be compiled correctly. Signed-off-by: Robin Getz Signed-off-by: Mike Frysinger --- Reading git-format-patch failed