aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2010-08-09 10:07:20 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-08-12 15:07:48 -0300
commitcfec93f769542a8893dc45c2d7ee4e9e72d3bd2d (patch)
tree901cf14f8e8ff5215cf680b517219253d3902a3b /tools/perf/scripts/python/sched-migration.py
parentV4L/DVB: tvp7002: fix write to H-PLL Feedback Divider LSB register (diff)
downloadlinux-cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d.tar.gz
linux-cfec93f769542a8893dc45c2d7ee4e9e72d3bd2d.zip
V4L/DVB: Fix IR_CORE dependencies
As pointed by Randy Dunlap <randy.dunlap@oracle.com>: > ERROR: "ir_keydown" [drivers/media/video/ir-kbd-i2c.ko] undefined! > ERROR: "__ir_input_register" [drivers/media/video/ir-kbd-i2c.ko] undefined! > ERROR: "get_rc_map" [drivers/media/video/ir-kbd-i2c.ko] undefined! > ERROR: "ir_input_unregister" [drivers/media/video/ir-kbd-i2c.ko] undefined! > ERROR: "get_rc_map" [drivers/media/video/cx88/cx88xx.ko] undefined! > ERROR: "ir_repeat" [drivers/media/video/cx88/cx88xx.ko] undefined! > ERROR: "ir_input_unregister" [drivers/media/video/cx88/cx88xx.ko] undefined! > ERROR: "ir_keydown" [drivers/media/video/cx88/cx88xx.ko] undefined! > ERROR: "__ir_input_register" [drivers/media/video/cx88/cx88xx.ko] undefined! > ERROR: "get_rc_map" [drivers/media/video/bt8xx/bttv.ko] undefined! > ERROR: "ir_input_unregister" [drivers/media/video/bt8xx/bttv.ko] undefined! > ERROR: "__ir_input_register" [drivers/media/video/bt8xx/bttv.ko] undefined! > ERROR: "ir_g_keycode_from_table" [drivers/media/IR/ir-common.ko] undefined! > > > #5101: > (.text+0x8306e2): undefined reference to `ir_core_debug' > (.text+0x830729): undefined reference to `ir_core_debug' > ir-functions.c:(.text+0x830906): undefined reference to `ir_core_debug' > (.text+0x8309d8): undefined reference to `ir_g_keycode_from_table' > (.text+0x830acf): undefined reference to `ir_core_debug' > (.text+0x830b92): undefined reference to `ir_core_debug' > (.text+0x830bef): undefined reference to `ir_core_debug' > (.text+0x830c6a): undefined reference to `ir_core_debug' > (.text+0x830cf7): undefined reference to `ir_core_debug' > budget-ci.c:(.text+0x89f5c8): undefined reference to `ir_keydown' > budget-ci.c:(.text+0x8a0c58): undefined reference to `get_rc_map' > budget-ci.c:(.text+0x8a0c80): undefined reference to `__ir_input_register' > budget-ci.c:(.text+0x8a0ee0): undefined reference to `get_rc_map' > budget-ci.c:(.text+0x8a11cd): undefined reference to `ir_input_unregister' > (.text+0x8a8adb): undefined reference to `ir_input_unregister' > dvb-usb-remote.c:(.text+0x8a9188): undefined reference to `get_rc_map' > dvb-usb-remote.c:(.text+0x8a91b1): undefined reference to `__ir_input_register' > dvb-usb-remote.c:(.text+0x8a9238): undefined reference to `get_rc_map' > dib0700_core.c:(.text+0x8b04ca): undefined reference to `ir_keydown' > dib0700_devices.c:(.text+0x8b2ea8): undefined reference to `ir_keydown' > dib0700_devices.c:(.text+0x8b2ef0): undefined reference to `ir_keydown' Those breakages seem to be caused by two bad things at IR_CORE Kconfig: 1) cx23885 is using select for IR_CORE; 2) the dvb-usb and sms dependency for IR_CORE were missing. While here, allow users to un-select IR. Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions
/i40e_virtchnl_pf.h?id=a1b5a24fccc83430bb1fa6e0f9925fb8328abd34&follow=1'>i40e: Use consistent type for vf_idJesse Brandeburg3-9/+10 2016-05-01i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2 2016-05-01i40e: Fix uninitialized variableCatherine Sullivan1-5/+1 2016-05-01i40evf: RSS Hash Option parametersCarolyn Wyborny1-199/+2 2016-05-01i40e: Remove HMC AQ API implementationNeerav Parikh5-88/+0 2016-05-01i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain1-0/+6 2016-05-01i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2-2/+26 2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1 2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli1-0/+4 2016-05-01i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain1-10/+10 2016-04-29net/mlx5e: Enabling aRFS mechanismMaor Gottlieb4-2/+127 2016-04-29net/mlx5e: Add accelerated RFS supportMaor Gottlieb2-1/+436 2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb6-14/+313 2016-04-29net/mlx5: Initializing CPU reverse mappingMaor Gottlieb3-0/+24 2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb4-563/+462 2016-04-29net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb5-154/+160 2016-04-29net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb1-12/+19 2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb6-40/+70 2016-04-29net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2-30/+33 2016-04-29net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2-2/+5 2016-04-29net/mlx5e: Direct TIR per RQTariq Toukan4-138/+191 2016-04-29net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay1-1/+4 2016-04-29net: ethernet: enc28j60: add device tree supportMichael Heimpold2-3/+76 2016-04-29net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold1-5/+9 2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2-2/+3 2016-04-29ppp: add rtnetlink device creation supportGuillaume Nault2-3/+120 2016-04-29ppp: define reusable device creation functionsGuillaume Nault1-88/+118 2016-04-29net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE1-4/+98 2016-04-29vxlan: fix initialization with custom link parametersJiri Benc1-4/+4 2016-04-29samples/bpf: like LLC also verify and allow redefining CLANG commandJesper Dangaard Brouer2-14/+17 2016-04-29samples/bpf: allow make to be run from samples/bpf/ directoryJesper Dangaard Brouer2-0/+11