1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Go to file
Daniel Scheller 26f4852842 octonet: add __refdata annotation to "struct platform_driver octonet_driver {...}"
fixes section mismatch warning during compile

  $ make CONFIG_DEBUG_SECTION_MISMATCH=y -j3
  [...]
    MODPOST 16 modules
  WARNING: ddbridge/octonet.o(.data+0x0): Section mismatch in reference from the variable octonet_driver to the function
  .init.text:octonet_probe()
  The variable octonet_driver references
  the function __init octonet_probe()
  If the reference is valid then annotate the
  variable with __init* or __refdata (see linux/init.h) or name the variable:
  *_template, *_timer, *_sht, *_ops, *_probe, *_probe_one, *_console
2017-07-10 20:16:39 +02:00
apps print used devices 2017-04-07 12:26:03 +02:00
ddbridge octonet: add __refdata annotation to "struct platform_driver octonet_driver {...}" 2017-07-10 20:16:39 +02:00
ddip initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
docs start to add some more information on ci speed settings 2016-06-16 15:39:40 +02:00
dvb-core increase default adapter number to 64 2017-04-20 15:55:27 +02:00
frontends remove possible mutex deadlock 2017-05-16 21:24:48 +02:00
include/linux/dvb add frequency and center frequency setting for SDR modulator 2017-04-10 11:55:44 +02:00
.gitignore Add gitignore 2015-08-05 18:37:42 +02:00
CHANGELOG new release 2017-05-17 19:42:25 +02:00
Kbuild initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
Makefile initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
README.md Readme markup fixed 2017-05-19 16:59:30 +02:00

DDBridge Driver

Patches

We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).

Prepare for Building

TBD

Building

TBD