Linux Kernel
3.7.1
|
#include <linux/elf.h>
#include <linux/moduleloader.h>
#include <linux/err.h>
#include <linux/vmalloc.h>
#include <linux/bug.h>
#include <asm/module.h>
#include <asm/uaccess.h>
#include <asm/firmware.h>
#include <linux/sort.h>
#include "setup.h"
Go to the source code of this file.
Functions | |
LIST_HEAD (module_bug_list) | |
int | module_finalize (const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) |
LIST_HEAD | ( | module_bug_list | ) |