fixup-headers.sed 379 B

123456789101112
  1. # Copyright 2016 IBM Corporation.
  2. #
  3. # This program is free software; you can redistribute it and/or modify it
  4. # under the terms of the GNU General Public License version 2 or later as
  5. # published by the Free Software Foundation.
  6. s@#include <linux/decompress/mm\.h>@@;
  7. s@\"zlib_inflate/\([^\"]*\).*@"\1"@;
  8. s@<linux/kernel.h>@<stddef.h>@;
  9. s@__used@@;
  10. s@<linux/\([^>]*\).*@"\1"@;