staging/lustre: Remove __attribute__ definition from libcfs.h

Linux requires a GNU C compatible compiler so drop a pointless define.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Pekka Enberg 2015-05-15 21:40:18 +03:00 коммит произвёл Greg Kroah-Hartman
Родитель db562e8154
Коммит e3bf98f71d
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -37,10 +37,6 @@
#ifndef __LIBCFS_LIBCFS_H__
#define __LIBCFS_LIBCFS_H__
#if !__GNUC__
#define __attribute__(x)
#endif
#include "linux/libcfs.h"
#include <linux/gfp.h>