Merge branches 'sh/serial-rework' and 'sh/oprofile'
[pandora-kernel.git] / arch / ia64 / kernel / module.c
index 29aad34..aaa7d90 100644 (file)
@@ -135,15 +135,6 @@ static const char *reloc_name[256] = {
 
 #undef N
 
-struct got_entry {
-       uint64_t val;
-};
-
-struct fdesc {
-       uint64_t ip;
-       uint64_t gp;
-};
-
 /* Opaque struct for insns, to protect against derefs. */
 struct insn;