Ubuntu Pastebin

Paste from A at Tue, 23 Feb 2016 09:13:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 make -C /lib/modules/$(uname -r)/build M=$(pwd) modules | pastebinit/home/atools/source/ideapad-laptop.c: In function ‘ideapad_acpi_add’:
/home/atools/source/ideapad-laptop.c:955:2: error: implicit declaration of function ‘acpi_video_get_backlight_type’ [-Werror=implicit-function-declaration]
  if (acpi_video_get_backlight_type() == acpi_backlight_vendor) {
  ^
/home/atools/source/ideapad-laptop.c:955:41: error: ‘acpi_backlight_vendor’ undeclared (first use in this function)
  if (acpi_video_get_backlight_type() == acpi_backlight_vendor) {
                                         ^
/home/atools/source/ideapad-laptop.c:955:41: note: each undeclared identifier is reported only once for each function it appears in
cc1: some warnings being treated as errors
make[1]: *** [/home/atools/source/ideapad-laptop.o] Error 1
make: *** [_module_/home/atools/source] Error 2
Download as text