]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/module-internal.h
gpio: omap: fix lack of irqstatus_raw0 for OMAP4
[linux.git] / kernel / module-internal.h
index 79c9be2dbbe987a95e53be8c64d9e540db7bec4b..33783abc377bfb5333a8da30601134f4265dbcea 100644 (file)
@@ -1,12 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 /* Module internals
  *
  * Copyright (C) 2012 Red Hat, Inc. All Rights Reserved.
  * Written by David Howells (dhowells@redhat.com)
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public Licence
- * as published by the Free Software Foundation; either version
- * 2 of the Licence, or (at your option) any later version.
  */
 
 #include <linux/elf.h>
@@ -20,7 +16,7 @@ struct load_info {
        unsigned long len;
        Elf_Shdr *sechdrs;
        char *secstrings, *strtab;
-       unsigned long symoffs, stroffs;
+       unsigned long symoffs, stroffs, init_typeoffs, core_typeoffs;
        struct _ddebug *debug;
        unsigned int num_debug;
        bool sig_ok;