aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-09-30 17:32:01 +0200
committerDavid S. Miller <davem@davemloft.net>2015-10-05 03:16:46 -0700
commit70ba07b675b53782ad366ebc4d3a00eab9a06bc9 (patch)
treec173c190422d42feb8c213dd678a8fe8cb23f147 /firmware
parentmac80211: use ktime_get_seconds (diff)
downloadlinux-dev-70ba07b675b53782ad366ebc4d3a00eab9a06bc9.tar.xz
linux-dev-70ba07b675b53782ad366ebc4d3a00eab9a06bc9.zip
atm: remove 'struct zatm_t_hist'
The zatm_t_hist structure is not used anywhere in the kernel, but is exported to user space. As we are trying to eliminate uses of time_t in the kernel for y2038 compatibility, the current definition triggers checking tools because it contains 'struct timeval'. As pointed out by Chas Williams, the only user of this structure was the ZATM_GETHIST ioctl command that has been removed a long time ago, and we can remove the structure as well without breaking any user space. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Chas Williams <3chas3@gmail.com> Cc: linux-atm-general@lists.sourceforge.net Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions