Skip to content

Commit

Permalink
software node: remove DEV_PROP_MAX
Browse files Browse the repository at this point in the history
This definition is not used anywhere, let's remove it.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Dmitry Torokhov authored and Rafael J. Wysocki committed Nov 5, 2019
1 parent 8ed61d3 commit a003516
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/property.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ enum dev_prop_type {
DEV_PROP_U32,
DEV_PROP_U64,
DEV_PROP_STRING,
DEV_PROP_MAX,
};

enum dev_dma_attr {
Expand Down

0 comments on commit a003516

Please sign in to comment.