headers/deps: x86/modules: Optimize <asm/module.h> dependencies, remove <asm/orc_types.h> inclusion

          --------------------------------------------------------------------
          | Combined, preprocessed C code size of header, without line markers,
          | with comments stripped:
          -------------------------
  before: | #include <asm/module.h>                 | LOC:    412 | headers:   39
   after: | #include <asm/module.h>                 | LOC:     26 | headers:   17

Improves the footprint of <linux/module.h> a bit, which is included in 75% of .o files
on a distro kernel build.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 file changed