platforms/omap: Remove unused-but-set variable
authorMichal Orzel <michal.orzel@arm.com>
Wed, 27 Apr 2022 09:49:40 +0000 (11:49 +0200)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Wed, 27 Apr 2022 22:23:38 +0000 (15:23 -0700)
commit1f71c11b882ac2b6d32260e929a3f9f19d97fdf7
tree11db44e19404e1a7a78ba6da57c6499f0a1d4ebe
parent1afe55905427b7e25936388c65a29c2bbb280bc8
platforms/omap: Remove unused-but-set variable

Function omap5_init_time defines and sets the variable den but does not
make use of it. Remove this variable.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
xen/arch/arm/platforms/omap5.c