]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/partitions/atari.h
block: Use macros from compiler.h instead of __attribute__((...))
authorGideon Israel Dsouza <gidisrael@gmail.com>
Mon, 17 Feb 2014 15:47:16 +0000 (21:17 +0530)
committerJens Axboe <axboe@fb.com>
Tue, 18 Feb 2014 20:20:01 +0000 (12:20 -0800)
commite3ebf0d457039c857dfeb45434e3be9780dea499
treebe1abf341e59e52c6cdbc92c5e7af02df6cdc942
parentb4d7124b2f2e29541e5c8815bd84ea55158dd730
block: Use macros from compiler.h instead of __attribute__((...))

To increase compiler portability there are several macros defined
in <linux/compiler.h> for various gcc __attribute((..)) constructs.
I've made sure gcc these specific were replaced with the right
macro and an #include <linux/compiler.h> was placed where needed.

Signed-off-by: Gideon Israel Dsouza <gidisrael@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/partitions/atari.h
block/partitions/efi.h
block/partitions/karma.c