led_strip: ws2812: Remove dead code
Remove unused WS2812_GPIO_CLK macro that references DT_LABEL. The WS2812_GPIO_CLK macro isn't used anywhere so remove it since we want to minimal DT_LABEL references in drivers. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
790b73773e
commit
9bdf81102f
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ static const uint8_t ws2812_gpio_##idx##_color_mapping[] = \
|
|||
*
|
||||
* TODO: try to make this portable, or at least port to more devices.
|
||||
*/
|
||||
#define WS2812_GPIO_CLK(idx) DT_LABEL(DT_INST(0, nordic_nrf_clock))
|
||||
|
||||
#define WS2812_GPIO_DEVICE(idx) \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue