notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 494 forks source link

Sorry, I think I need your help #359

Closed sx515 closed 8 years ago

sx515 commented 8 years ago

CC [M] drivers/video/fbtft/fbtft-core.o drivers/video/fbtft/fbtft-core.c: In function ‘fbtft_request_gpios’: drivers/video/fbtft/fbtft-core.c:144:5: error: implicit declaration of function ‘devm_gpio_request_one’ [-Werror=implicit-function-declaration] cc1: some warnings being treated as error

Now, I do not know how to do :-( My Kernel : 3.4 I hope you can help me find an optimal solution. Thank you.

notro commented 8 years ago

devm_gpio_request_one() came with 3.5

notro commented 8 years ago

Closing old issues, reopen if needed.