Skip to content

Commit

Permalink
pci_epf_driver_s use FAR const struct pci_epf_ops_s *ops
Browse files Browse the repository at this point in the history
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
  • Loading branch information
lipengfei28 authored and xiaoxiang781216 committed Sep 27, 2024
1 parent 8e3c024 commit 0bf2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/nuttx/pci/pci_epf.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ struct pci_epf_driver_s
CODE void (*remove)(FAR struct pci_epf_device_s *epf);

struct list_node node;
FAR struct pci_epf_ops_s *ops;
FAR const struct pci_epf_ops_s *ops;
FAR const struct pci_epf_device_id_s *id_table;
};

Expand Down

0 comments on commit 0bf2c9c

Please sign in to comment.