[질문] 왜 file_operations 셋팅이 안되죠???

익명 사용자의 이미지

모르겠어요.... 도와 주세요... 왜 에러가 나죠....
--------------소스---------------------
#define MODULE
#include
#include
#include
#include

struct file_operations test = { };

---------error 메세지---------------
[root@localhost root]# make
cc -O2 -I.. -c -o make_module.o make_module.c
make_module.c85 variable `test' has initializer but incomplete
type ---->이부분입니다.
make *** [make_module.o] 오류 1

익명 사용자의 이미지

추가 하세요...
#define _KERNEL_