diff options
author | Jarkko Sakkinen <jarkko.sakkinen@intel.com> | 2012-05-08 21:22:42 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2012-05-08 11:48:45 -0700 |
commit | c4845474a01f699966272536e8416222e3f2d2cb (patch) | |
tree | 8d590924f5ab164981368822f7534f42eaabae30 /arch/x86/realmode/rm/wakeup/video-bios.c | |
parent | b429dbf6e866bd6dadb56fae66f61f611cde57ff (diff) | |
download | linux-stable-c4845474a01f699966272536e8416222e3f2d2cb.tar.gz linux-stable-c4845474a01f699966272536e8416222e3f2d2cb.tar.bz2 linux-stable-c4845474a01f699966272536e8416222e3f2d2cb.zip |
x86, realmode: flattened rm hierachy
Simplified hierarchy under rm directory to a flat
directory because it is not anymore really justified
to have own directory for wakeup code. It only adds
more complexity.
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1336501366-28617-20-git-send-email-jarkko.sakkinen@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/realmode/rm/wakeup/video-bios.c')
-rw-r--r-- | arch/x86/realmode/rm/wakeup/video-bios.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/realmode/rm/wakeup/video-bios.c b/arch/x86/realmode/rm/wakeup/video-bios.c deleted file mode 100644 index 7deabc144a27..000000000000 --- a/arch/x86/realmode/rm/wakeup/video-bios.c +++ /dev/null @@ -1 +0,0 @@ -#include "../../../boot/video-bios.c" |