]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - usr/initramfs_data.S
Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[linux.git] / usr / initramfs_data.S
index d07648f05bbf8068adcb65fcf68991fbfb8480e9..cd67edc38797b8358808bdcde5ab7f9036234ab6 100644 (file)
   in the ELF header, as required by certain architectures.
 */
 
-#include <linux/stringify.h>
-#include <asm-generic/vmlinux.lds.h>
-
 .section .init.ramfs,"a"
 __irf_start:
-.incbin __stringify(INITRAMFS_IMAGE)
+.incbin "usr/initramfs_inc_data"
 __irf_end:
 .section .init.ramfs.info,"a"
 .globl __initramfs_size