Skip to content
Commit 76b27645 authored by Jonathan Kliegman's avatar Jonathan Kliegman Committed by Michal Marek
Browse files

modpost: Permit .GCC.command.line sections



Allow .GCC.command.line sections in modules to prevent modpost warnings:
WARNING: sound/usb/snd-usbmidi-lib.o (.GCC.command.line): unexpected non-allocatable section.
Did you forget to use "ax"/"aw" in a .S file?
Note that for example <linux/init.h> contains
section definitions for use in .S files.

Signed-off-by: default avatarJonathan Kliegman <kliegs@chromium.org>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent b589c8ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment