clk: tegra: remove bogus PCIE_XCLK
authorStephen Warren <swarren@nvidia.com>
Thu, 7 Nov 2013 17:58:21 +0000 (10:58 -0700)
committerStephen Warren <swarren@nvidia.com>
Wed, 11 Dec 2013 23:45:13 +0000 (16:45 -0700)
The "pcie_xclk" clock is not actually a clock at all, but rather a reset
domain. Now that the custom Tegra module reset API has been removed, we
can remove the definition of any "clocks" that existed solely to support
it.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com>

No differences found