Skip to content

Commit

Permalink
staging: most: fix hdm-dim2 build error
Browse files Browse the repository at this point in the history
Fix build of hdm-dim2. Since it calls a function that is provided
by AIM_NETWORK, make it depend on that symbol.

Also fix a misspelling in the Kconfig file.

drivers/built-in.o: In function `deliver_netinfo_thread':
dim2_hdm.c:(.text+0x3a9563): undefined reference to `most_deliver_netinfo'

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jain Roy Ambi <[email protected]>
Cc: Andrey Shvetsov <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rddunlap authored and gregkh committed Aug 4, 2015
1 parent f8ff8db commit bc7ac43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/most/hdm-dim2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

config HDM_DIM2
tristate "DIM2 HDM"
depends on AIM_NETWORK

---help---
Say Y here if you want to connect via MediaLB to network tranceiver.
Say Y here if you want to connect via MediaLB to network transceiver.
This device driver is platform dependent and needs an addtional
platform driver to be installed. For more information contact
maintainer of this driver.
Expand Down

0 comments on commit bc7ac43

Please sign in to comment.