diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2020-08-26 18:14:55 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-26 22:15:34 +0300 |
commit | 3a2fd4011a1ecec361498301a27d79d5fef255de (patch) | |
tree | 1b419fb88f331d790ffdab4e4a4f5100ff03e14b | |
parent | 410f4cf79f64b1831e207b89f3c7ab08e36aa646 (diff) | |
download | linux-3a2fd4011a1ecec361498301a27d79d5fef255de.tar.xz |
spi: pxa2xx: Drop useless comment in the pxa2xx_ssp.h
No need to have file name inside file.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200826151455.55970-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | include/linux/pxa2xx_ssp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/pxa2xx_ssp.h b/include/linux/pxa2xx_ssp.h index 3f0f275bd630..7f73b26ed22e 100644 --- a/include/linux/pxa2xx_ssp.h +++ b/include/linux/pxa2xx_ssp.h @@ -1,7 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * pxa2xx_ssp.h - * * Copyright (C) 2003 Russell King, All Rights Reserved. * * This driver supports the following PXA CPU/SSP ports:- |