commit | 7af581c41d3342d1b247824456ae83f78d071106 | [log] [tgz] |
---|---|---|
author | Lasse Collin <[email protected]> | Wed Nov 24 07:26:31 2010 +0200 |
committer | Lasse Collin <[email protected]> | Wed Nov 24 07:26:31 2010 +0200 |
tree | 1fad5bc5d72e37cd7053dea5d88f5620268c92ab | |
parent | b4f568b4e0d0c39da0fa98497122a3cee8c0e34e [diff] |
Get rid of XZ_IGNORE_KCONFIG macro. It's no longer needed because initramfs decompression uses the regular xz_dec module. The definitions of memeq(), memzero(), and get_le32() macros were moved to be done after all headers have been included. Shouldn't matter in practice but looks safer just in case some of those names appear in other headers in the future.