From: Chuhong Yuan <[email protected]> Date: Sat, 3 Aug 2019 00:47:59 +0800
> refcount_t is better for reference counters since its > implementation can prevent overflows. > So convert atomic_t ref counters to refcount_t. > > Signed-off-by: Chuhong Yuan <[email protected]> > --- > Changes in v2: > - Add #include in dpaa_eth.h. Applied to net-next.

