X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fpwm%2Fsandbox_pwm.c;h=4b50b19c618d0318b5b494ef42a84e34afc79cd0;hb=c590e62d3b6f6dd72eae1183614f919e3fd7ffcb;hp=fcb10845515650ba51f439325393d2188e87faa2;hpb=5540e25aebee68806012d7f23b19805dbbab7c18;p=u-boot diff --git a/drivers/pwm/sandbox_pwm.c b/drivers/pwm/sandbox_pwm.c index fcb1084551..4b50b19c61 100644 --- a/drivers/pwm/sandbox_pwm.c +++ b/drivers/pwm/sandbox_pwm.c @@ -1,8 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2015 Google, Inc * Written by Simon Glass - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -11,8 +10,6 @@ #include #include -DECLARE_GLOBAL_DATA_PTR; - enum { NUM_CHANNELS = 3, };